ASPxClientDynamicLookUpValuesLoadedEventHandler<Sender> Interface
In This Article
References a method that handles the ASPxClientDashboard.DynamicLookUpValuesLoaded event.
#Declaration
TypeScript
interface ASPxClientDynamicLookUpValuesLoadedEventHandler<Sender> { (source: Sender, e: ASPxClientDynamicLookUpValuesLoadedEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | ASPx |
A ASPx |