ASPxClientToolbarItemValueChangedEventHandler<Sender> Interface
A method that will handle the ASPxClientDocumentViewer.ToolbarItemValueChanged event.
Declaration
interface ASPxClientToolbarItemValueChangedEventHandler<Sender> { (source: Sender, e: ASPxClientToolbarItemValueChangedEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | A Object that is the event source. |
e | ASPxClientToolbarItemValueChangedEventArgs | An ASPxClientToolbarItemValueChangedEventArgs object, containing the event arguments. |
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.