constructor(item, processOnServer) Constructor
Initializes a new instance of the ASPxClientGridToolbarItemClickEventArgs class.
Declaration
constructor(
item: ASPxClientMenuItem,
processOnServer: boolean
)
Parameters
Name | Type | Description |
---|---|---|
item | ASPxClientMenuItem | An ASPxClientMenu object that should be clicked to fire the event. |
processOnServer | boolean |
|
See Also