Back to Devexpress

BaseLayoutItem Events

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-dot-underscore-events.md

latest2.1 KB
Original Source

BaseLayoutItem Events

Represents the base class for layout items.

NameDescription
ClickFires when the current item is clicked.
CustomDrawAllows you to custom paint the current item.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DoubleClickFires when the current item is clicked.
HiddenFires after an item has been hidden.
HidingFires when the item is about to be hidden (when dragging the item and dropping it onto on the Customization Form).
MouseDownOccurs when the mouse pointer is over a layout item and a mouse button is pressed.
MouseUpOccurs when the mouse button is released if it was pressed within a layout item.
ShowingFires when the item is about to be added to the layout (by dragging it from the Customization Form).
ShownFires after an item has been made visible.
TextChangedFires after the layout item’s text has been changed.

See Also

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace