ViewItem Events
Represents a base class for View Items.| Name | Description |
|---|---|
| ControlCreated | Occurs after a control has been created for the current View Item. |
| ControlCreating | Occurs before a control is created for the current View Item. |
| CurrentObjectChanged | Occurs after changing the object (not an object’s property value) for which the current View Item’s View is created. |
| CurrentObjectChanging | Occurs before changing the object for which the current View Item’s View is created. |
See Also