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