Skip to main content

ASPxClientRibbonMinimizationStateEventArgs Class

Provides data for the ASPxClientRibbon.MinimizationStateChanged event.

#Declaration

TypeScript
declare class ASPxClientRibbonMinimizationStateEventArgs extends ASPxClientEventArgs

#Remarks

Objects of the ASPxClientRibbonMinimizationStateEventArgs type are used as arguments for the ASPxClientRibbon.MinimizationStateChanged event generated on the client side.

ASPxClientRibbonMinimizationStateEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

#Inheritance

ASPxClientEventArgs
ASPxClientRibbonMinimizationStateEventArgs
See Also