Skip to main content
A newer version of this page is available. .

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