|
Name |
Description |
|
changed |
Raised when a property a window-based control is changed. The event handlers get a WindowEventArgs instance that contains data for this event. |
|
close |
Raised when a close operation on a window-based control is finished. The event handlers get a WindowEventArgs instance that contains data for this event. |
|
closing |
Raised when a close operation on a window-based control is started. The event handlers get a WindowValidatingEventArgs instance that contains data for this event. |
|
colorChanged |
Raised when the selected color in a ColorEditor control is changed. |
|
controlLoaded |
Raised when a control is loaded. |
|
controlSubmit |
Raised when a control is submitted. |
|
dateChanged |
Raised when the date in a Calendar control is changed. |
|
dateClick |
Raised when a date cell in a Calendar control is clicked. |
|
drag |
Raised when a drag operation on a window-based control is in process. The event handlers get a WindowModifiedEventArgs instance that contains data for this event. |
|
dragEnd |
Raised when a drag operation on a window-based control is finished. The event handlers get a WindowModifiedEventArgs instance that contains data for this event. |
|
dragStart |
Raised when a drag operation on a window-based control is started. The event handlers get a WindowValidatingEventArgs instance that contains data for this event. |
|
frameLoaded |
Raised when the internal iframe of a window-based control is loaded. |
|
headerClick |
Raised when the header of a window-based control is clicked. The event handlers get a WindowEventArgs instance that contains data for this event. |
|
itemChanged |
Raised when the expanded item in accordion control has changed. The event handlers get a ItemChangedEventArgs instance that contains data for this event. |
|
itemChanging |
Raised when the expanded item in accordion control is about to be changed. The event handlers get a ItemChangingEventArgs instance that contains data for this event. |
|
itemClicked |
Raised when a menu item is clicked. The event handlers get a MenuItemEventArgs instance that contains data for this event. |
|
open |
Raised when a open operation on a window-based control is finished. The event handlers get a WindowEventArgs instance that contains data for this event. |
|
opening |
Raised when a open operation on a window-based control is started. The event handlers get a WindowValidatingEventArgs instance that contains data for this event. |
|
popupClosing |
Raised when the control's popup is about to be closed. |
|
popupOpening |
Raised when the control's popup is about to be opened. |
|
resize |
Raised when a resize operation on a window-based control is in process. The event handlers get a WindowModifiedEventArgs instance that contains data for this event. |
|
resizeEnd |
Raised when a resize operation on a window-based control is finished. The event handlers get a WindowModifiedEventArgs instance that contains data for this event. |
|
resizeStart |
Raised when a resize operation on a window-based control is started. The event handlers get a WindowValidatingEventArgs instance that contains data for this event. |
|
selectionChanged |
Raised when selection changes. |
|
selectionChanging |
Raised when the selection is about to be changed. |
|
stateChanged |
Raised when state of a window-based control is changed. The event handlers get a WindowStateEventArgs instance that contains data for this event. |
|
stateChanging |
Raised when state of a window-based control is about to be changed. The event handlers get a WindowStateValidatingEventArgs instance that contains data for this event. |
|
tabChanged |
Raised when the active tab in tab control has changed. The event handlers get a TabChangedEventArgs instance that contains data for this event. |
|
tabChanging |
Raised when the active tab in tab control is about to be changed. The event handlers get a TabChangingEventArgs instance that contains data for this event. |
|
tabsReordered |
Raised when the tabs in tab control are reordered. The event handlers get a TabsReorderEventArgs instance that contains data for this event. |
|
validationStateChanged |
Raised when a control's validation state has changed. |
|
valueChanged |
Raised when a control value changes. |
|
valueChanging |
Raised when a control value is about to be changed. |
|
valueInvalid |
Raised when the input value is invalid. |
|
windowChanged |
Raised when the active window in host-based control is changed. The event handlers get a WindowEventArgs instance that contains data for this event. |