ASPxClientDockManager.PanelShown Event
Occurs on the client side after a panel has been invoked.
Declaration
PanelShown: ASPxClientEvent<ASPxClientDockManagerEventHandler<ASPxClientDockManager>>
Event Data
The PanelShown event's data class is ASPxClientDockManagerEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
panel | Gets the panel currently being processed. |
Remarks
The ASPxDockManager’s client-side functionality provides the capability to respond to end-user manipulation of panels. Write a PanelShown event handler to perform specific actions on the client side after a panel has been invoked (in particular, after the animation that occurs when the panel is invoked is complete).
The PanelShown event provides an argument of the ASPxClientDockManagerEventArgs type. The event argument’s ASPxClientDockManagerEventArgs.panel property allows you to access the panel that has been invoked.