Skip to main content

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

true to process the event on the server side; false to completely handle it on the client side.

See Also