ASP.NET Pack Programmer's Guide
Events Members
Fields
 


Defines all events raised by the MindFusion.UI for WebForms controls.

The following tables list the members exposed by the Events type.

 Public Fields

  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.

click

Raised when the header of a window-based control is clicked. 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. The event handlers get a ValueChangedEventArgs instance that contains data for this event.

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. The event handlers get a ValueChangedEventArgs instance that contains data for this event.

dateClick

Raised when a date cell in a Calendar control is clicked. The event handlers get a CellEventArgs instance that contains data for this event.

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.

popupClose

Raised when the control's popup is closed. The event handlers get a PopupEventArgs instance that contains data for this event.

popupClosing

Raised when the control's popup is about to be closed. The event handlers get a PopupEventArgs instance that contains data for this event.

popupOpen

Raised when the control's popup is opened. The event handlers get a PopupEventArgs instance that contains data for this event.

popupOpening

Raised when the control's popup is about to be opened. The event handlers get a PopupEventArgs instance that contains data for this event.

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.

selectedIndexChanged

Raised when the control's selected index has changed. The event handlers get a ValueChangingEventArgs instance that contains data for this event.

selectedIndexChanging

Raised when the control's selected index is about to be changed. The event handlers get a ValueChangingEventArgs instance that contains data for this event.

selectionChanged

Raised when selection changes. The event handlers get a ValueChangedEventArgs instance that contains data for this event.

selectionChanging

Raised when the selection is about to be changed. The event handlers get a ValueChangingEventArgs instance that contains data for this event.

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.

validate

Raised when the input value is validating. The event handlers get a ValueChangingEventArgs instance that contains data for this event.

validationStateChanged

Raised when a control's validation state has changed. The event handlers get a ValidationStateChangedEventArgs instance that contains data for this event.

valueChanged

Raised when a control value changes. The event handlers get a ValueChangedEventArgs instance that contains data for this event.

valueChanging

Raised when a control value is about to be changed. The event handlers get a ValueChangingEventArgs instance that contains data for this event.

valueInvalid

Raised when the input value is invalid. The event handlers get a ValueChangedEventArgs instance that contains data for this event.

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.

 See Also

Events Class
MindFusion.UI.WebForms Namespace