PropertyEditor Events
A base class for Property Editors.
Name | Description |
---|---|
Allow |
Occurs when the current Property |
Control |
Occurs after a control has been created for the current View Item.
Inherited from View |
Control |
Occurs before a control is created for the current View Item.
Inherited from View |
Control |
In the Property |
Current |
Occurs after changing the object (not an object’s property value) for which the current View Item’s View is created.
Inherited from View |
Current |
Occurs before changing the object for which the current View Item’s View is created.
Inherited from View |
Custom |
|
Error |
|
Value |
Occurs after the property value has been read to the current Property Editor’s control. |
Value |
Occurs after the value of the Property Editor’s control is set for the bound property. |
Value |
Occurs before the value of the Property Editor’s control is set for the bound property. |
Visibility |
This event is intended for internal use. |
See Also