ASPxClientToolbarItemValueChangedEventHandler<Sender> Interface
In This Article
A method that will handle the ASPxClientDocumentViewer.ToolbarItemValueChanged event.
#Declaration
TypeScript
interface ASPxClientToolbarItemValueChangedEventHandler<Sender> { (source: Sender, e: ASPxClientToolbarItemValueChangedEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | A Object that is the event source. |
e | ASPx |
An ASPx |
#Remarks
When creating a ASPxClientToolbarItemValueChangedEventHandler<Sender>
delegate, identify a method that will handle corresponding events.
To associate an event with an event handler, add a delegate instance to the event.
The event handler is called whenever the event occurs, unless the delegate is removed.