StaticTextViewItem Events
The Static Text View Item used in XAF ASP.NET Web Forms applications.Name | Description |
---|---|
ControlCreated | Occurs after a control has been created for the current View Item. Inherited from ViewItem. |
ControlCreating | Occurs before a control is created for the current View Item. Inherited from ViewItem. |
ControlInitialized | Obsolete. Occurs when the StaticTextViewItem.Control is initialized. |
CurrentObjectChanged | Occurs after changing the object (not an object’s property value) for which the current View Item’s View is created. Inherited from ViewItem. |
CurrentObjectChanging | Occurs before changing the object for which the current View Item’s View is created. Inherited from ViewItem. |
VisibilityChanged | For internal use. Inherited from StaticText. |
See Also