General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
ASPxClientSplitter.PaneCollapsed Event
Fires after a pane has been collapsed.
Declaration
PaneCollapsed: ASPxClientEvent<ASPxClientSplitterPaneEventHandler<ASPxClientSplitter>>
Event Data
The PaneCollapsed event handler receives an argument of the ASPxClientSplitterPaneEventArgs type. The following properties provide information specific to this event.
Property | Description |
---|---|
pane | Gets the pane object related to the event. |
Remarks
This event is raised after a pane has been collapsed by an end-user. Note that it provides a notification only, and you cannot cancel the action. To control whether individual panes can be collapsed, handle the ASPxClientSplitter.PaneCollapsing event instead.
See Also
Feedback