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