constructor(item) Constructor
Initializes a new object of the ASPxClientMenuItemEventArgs type with the specified value.
Declaration
constructor(
item: ASPxClientMenuItem
)
Parameters
Name | Type | Description |
---|---|---|
item | ASPxClientMenuItem | An ASPxClientMenuItem object representing the group related to the event. |
Remarks
For internal use only.
See Also