ASPxClientToolbarItemValueChangedEventArgs Class
Provides data for the ToolbarItemValueChanged event.
Declaration
declare class ASPxClientToolbarItemValueChangedEventArgs extends ASPxClientProcessingModeEventArgs
Inherited Members
Inheritance
ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
ASPxClientToolbarItemValueChangedEventArgs
constructor(processOnServer, item, editor)
For internal use. Initializes a new instance of the ASPxClientToolbarItemValueChangedEventArgs class with the specified settings.
Declaration
constructor(
processOnServer: boolean,
item: ASPxClientMenuItem,
editor: ASPxClientControl
)
Parameters
| Name | Type |
|---|---|
| processOnServer | boolean |
| item | ASPxClientMenuItem |
| editor | ASPxClientControl |
Properties
editor Property
Provides access to the toolbar’s value editor on the client.
Declaration
editor: ASPxClientControl
Property Value
| Type | Description |
|---|---|
| ASPxClientControl | An editor. |
item Property
Gets the menu item object related to the event.
Declaration
item: ASPxClientMenuItem
Property Value
| Type | Description |
|---|---|
| ASPxClientMenuItem | An object, manipulations on which forced the event to be raised. |