CNClrLib.Control.EventHandlers Namespace
Represents namespace CNClrLib.Control.EventHandlers
.
Name | Description | |
---|---|---|
![]() | TCancelEventHandler | Represents the method that handles a cancelable event. |
![]() | TControlEventHandler | Represents the method that will handle the OnControlAdded and OnControlRemoved events of the TClrCustomControl class. |
![]() | TDrawItemEventHandler | Represents the method that will handle the OnDrawItem event of a TCnComboBox or TCnListBox control. |
![]() | TEventHandler | Represents the method that will handle an event that has no event data. |
![]() | TInvalidateEventHandler | Represents the method that will handle the OnInvalidated event of a TClrCustomControl. |
![]() | TItemCheckEventHandler | Represents the method that will handle the OnItemCheck event of a TCnCheckedListBox or TCnListView control. |
![]() | TKeyEventHandler | Represents the method that will handle the OnKeyUp and OnKeyDown routed events, as well as related attached and Preview events. |
![]() | TKeyPressEventHandler | Represents the method that will handle the OnKeyPress event of a TClrCustomControl. |
![]() | TListControlConvertEventHandler | Represents the method that will handle converting a TCnListControl. |
![]() | TMeasureItemEventHandler | Represents the method that will handle the OnMeasureItem event of the TCnListBox, TCnComboBox or TCnCheckedListBox controls. |
![]() | TMouseEventHandler | Represents the method that will handle the OnMouseDown, OnMouseUp, or OnMouseMove event of a TClrCustomControl, or other component. |
![]() | TPaintEventHandler | Represents the method that will handle the OnPaint event of a TClrCustomControl. |
![]() | TPreviewKeyDownEventHandler | Represents the method that will handle the OnPreviewKeyDown event for a TClrCustomControl. |
![]() | TScrollEventHandler | Represents the method that handles the Scroll event of a TCnDataGridView, TCnScrollBar, TCnTrackBar, or TCnDataGrid. |