Skip to main content
A newer version of this page is available. .

BaseLayoutItem Events

Represents the base class for layout items.
Name Description
Click Fires when the current item is clicked.
CustomDraw Allows you to custom paint the current item.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DoubleClick Fires when the current item is clicked.
Hidden Fires after an item has been hidden.
Hiding Fires when the item is about to be hidden (when dragging the item and dropping it onto on the Customization Form).
MouseDown Occurs when the mouse pointer is over a layout item and a mouse button is pressed.
MouseUp Occurs when the mouse button is released if it was pressed within a layout item.
Showing Fires when the item is about to be added to the layout (by dragging it from the Customization Form).
Shown Fires after an item has been made visible.
TextChanged Fires after the layout item’s text has been changed.
See Also