EditFormPage Events
The page that allows users to edit grid cell values.
Name | Description |
---|---|
Appearing | Raised when this page is visually appearing on screen. Inherited from Page. |
Batch |
Occurs when a batch of property changes have been committed by calling Batch |
Binding |
Occurs when the value of the Binding |
Child |
Raised whenever a child element is added to the element. Inherited from Element. |
Child |
Raised whenever a child element is removed from the element. Inherited from Element. |
Children |
Occurs when the order of this element’s children changes.
Inherited from Visual |
Descendant |
Raised whenever a child element is added to the element’s subtree. Inherited from Element. |
Descendant |
Raised whenever a child element is removed from the elements subtree. Inherited from Element. |
Disappearing | Raised when this page is visually disappearing from the screen. Inherited from Page. |
Focus |
Occurs when a focus change is requested.
Inherited from Visual |
Focused |
Occurs when this element is focused.
Inherited from Visual |
Layout |
Raised when the children of this page, and thus potentially the layout, have changed. Inherited from Page. |
Measure |
Occurs when the current measure of an element has been invalidated.
Inherited from Visual |
Property |
Occurs when a property value changes.
Inherited from Bindable |
Property |
Occurs when a property value is changing.
Inherited from Bindable |
Size |
Occurs when the size of an element changed.
Inherited from Visual |
Unfocused |
Occurs when this element is unfocused.
Inherited from Visual |
Validate |
Occurs after a user changes a cell value in the default edit form and moves focus from the editor. |
Validate |
Occurs after a user changes the values and attempts to close the edit form. |
See Also