ASPxClientValidationSummaryVisibilityChangedEventHandler<Sender> Interface
A method that will handle the ASPxClientValidationSummary.VisibilityChanged client event.
#Declaration
interface ASPxClientValidationSummaryVisibilityChangedEventHandler<Sender> { (source: Sender, e: ASPxClientValidationSummaryVisibilityChangedEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | An object representing the event source. |
e | ASPx |
A ASPx |