ASPxClientToolbarItemValueChangedEventArgs Class
In This Article
Provides data for the ToolbarItemValueChanged event.
#Declaration
TypeScript
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
TypeScript
constructor(
processOnServer: boolean,
item: ASPxClientMenuItem,
editor: ASPxClientControl
)
#Parameters
Name | Type |
---|---|
process |
boolean |
item | ASPx |
editor | ASPx |
#Properties
#editor Property
Provides access to the toolbar’s value editor on the client.
#Declaration
TypeScript
editor: ASPxClientControl
#Property Value
Type | Description |
---|---|
ASPx |
An editor. |
#item Property
Gets the menu item object related to the event.
#Declaration
TypeScript
item: ASPxClientMenuItem
#Property Value
Type | Description |
---|---|
ASPx |
An object, manipulations on which forced the event to be raised. |