constructor(activeAreaName) Constructor
Initializes a new instance of the ASPxClientFileManagerToolbarUpdatingEventArgs class with the specified setting.
Declaration
constructor(
activeAreaName: string
)
Parameters
Name | Type | Description |
---|---|---|
activeAreaName | string | The active file manager area. Initializes the ASPxClientFileManagerToolbarUpdatingEventArgs.activeAreaName property. |
See Also