BindablePropertyAttribute Properties
Provides settings for generating bindable properties by the POCO mechanism.Name | Description |
---|---|
IsBindable | Gets whether the property is bindable. |
OnPropertyChangedMethodName | Gets or sets the name of the function that is invoked after the property has been changed. |
OnPropertyChangingMethodName | Gets or sets the name of the function that is invoked when the property is being changed. |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also