LayoutItemContainer Events
Represets a container of layout items.
Name | Description |
---|---|
Click |
Fires when the current item is clicked.
Inherited from Base |
Custom |
Allows you to custom paint the current item.
Inherited from Base |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Double |
Fires when the current item is clicked.
Inherited from Base |
Hidden |
Fires after an item has been hidden.
Inherited from Base |
Hiding |
Fires when the item is about to be hidden (when dragging the item and dropping it onto on the Customization Form).
Inherited from Base |
Mouse |
Occurs when the mouse pointer is over a layout item and a mouse button is pressed.
Inherited from Base |
Mouse |
Occurs when the mouse button is released if it was pressed within a layout item.
Inherited from Base |
Showing |
Fires when the item is about to be added to the layout (by dragging it from the Customization Form).
Inherited from Base |
Shown |
Fires after an item has been made visible.
Inherited from Base |
Text |
Fires after the layout item’s text has been changed.
Inherited from Base |
See Also