TabControlEventHandler Delegate
A method that will handle the events concerning manipulations with tabs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | Object | A Object representing the event source. Identifies the tab control that raised the event. |
e | TabControlEventArgs | A TabControlEventArgs object that contains event data. |
See Also