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

constructor(name, fullName) Constructor

Initializes a new instance of the ASPxClientFileManagerCurrentFolderChangedEventArgs class with the specified settings.

Declaration

constructor(
    name: string,
    fullName: string
)

Parameters

Name Type Description
name string

A string value that specifies the folder’s name. Initializes the ASPxClientFileManagerCurrentFolderChangedEventArgs.name property.

fullName string

A string value that specifies the folder’s full name. Initializes the ASPxClientFileManagerCurrentFolderChangedEventArgs.fullName property.

Remarks

For internal use only.

See Also