OnValueChangedAttribute.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Attributes/OnValueChangedAttribute.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Attributes/OnValueChangedAttribute.cs
Source file hash: sha256:48710e34e22f59b551d2fe0de857c518da959296ce07cd9ffe70f5c00fc3f1b7
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: OnValueChangedAttribute
Section titled “Type: OnValueChangedAttribute”Original lines: 9-21
Declaration hash: sha256:dafb5ad2750b1e348180be829cf79ece96e81cba405b877e9f7685c4afd31f1d
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]public class OnValueChangedAttribute : Attribute{}Property: MethodName
Section titled “Property: MethodName”Original lines: 13
Declaration hash: sha256:ce61638928ae20e5b8b31f367c5f57b64a5f8047679a5d90905001e0eb0ac831
public string MethodName { get; }Method: OnValueChangedAttribute(string methodName)
Section titled “Method: OnValueChangedAttribute(string methodName)”Original lines: 17-20
Declaration hash: sha256:011aaea769b8c50a14a6bbe4a148e53fa9ad975a9478c5abfc42500317d57963
public OnValueChangedAttribute(string methodName);