LayoutViewCard Events
Represents a card in a LayoutView View.Name | Description |
---|---|
Click | Fires when the current item is clicked. Inherited from BaseLayoutItem. |
CustomButtonChecked | Fires when a custom header button is checked. Inherited from LayoutGroup. |
CustomButtonClick | Fires on a regular (push) custom header button click. Inherited from LayoutGroup. |
CustomButtonUnchecked | Fires when a custom header button is unchecked. Inherited from LayoutGroup. |
CustomDraw | Allows you to custom paint the current item. Inherited from BaseLayoutItem. |
CustomDrawBackground | Allows you to custom paint the group’s client area background. Inherited from LayoutGroup. |
CustomDrawCaption | Allows you to custom paint the caption region. Inherited from LayoutGroup. |
CustomDrawHeaderButton | Allows you to custom paint header buttons (LayoutGroup.CustomHeaderButtons). Inherited from LayoutGroup. |
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. Inherited from BaseLayoutItem. |
Hidden | Fires after an item has been hidden. Inherited from BaseLayoutItem. |
Hiding | Fires when the item is about to be hidden (when dragging the item and dropping it onto on the Customization Form). Inherited from BaseLayoutItem. |
MouseDown | Occurs when the mouse pointer is over a layout item and a mouse button is pressed. Inherited from BaseLayoutItem. |
MouseUp | Occurs when the mouse button is released if it was pressed within a layout item. Inherited from BaseLayoutItem. |
Showing | Fires when the item is about to be added to the layout (by dragging it from the Customization Form). Inherited from BaseLayoutItem. |
Shown | Fires after an item has been made visible. Inherited from BaseLayoutItem. |
TextChanged | Fires after the layout item’s text has been changed. Inherited from BaseLayoutItem. |
See Also