constructor(actionName) Constructor
Initializes a new instance of the ASPxClientFloatingActionButtonActionItemClickEventArgs class.
Declaration
constructor(
actionName: string
)
Parameters
Name | Type | Description |
---|---|---|
actionName | string | A string value that specifies the action item’s name. |
See Also