Skip to main content
A newer version of this page is available. .

ASPxClientRoundPanel.CollapsedChanging Event

Fires on the client side before a panel is expanded or collapsed by end-user interactions, i.e., by clicking a panel header or collapse button.

Declaration

CollapsedChanging: ASPxClientEvent<ASPxClientCancelEventHandler<ASPxClientRoundPanel>>

Event Data

The CollapsedChanging event's data class is ASPxClientCancelEventArgs. The following properties provide information specific to this event:

Property Description
cancel Gets or sets a value indicating whether the action which raised the event should be canceled.

Remarks

Handle the CollapsedChanging event to specify whether the panel is allowed to be expanded or collapsed. To cancel the current action, set the event parameter’s cancel property to true.

See Also