ASPxClientRibbonMinimizationStateEventHandler<Sender> Interface
A method that will handle the ASPxClientRibbon.MinimizationStateChanged event.
#Declaration
interface ASPxClientRibbonMinimizationStateEventHandler<Sender> { (source: Sender, e: ASPxClientRibbonMinimizationStateEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. Identifies the ASPx |
e | ASPx |
An ASPx |