Skip to main content

constructor(commandName) Constructor

Initializes a new instance of the ASPxClientFileManagerCustomCommandEventArgs class with the specified setting.

Declaration

constructor(
    commandName: string
)

Parameters

Name Type Description
commandName string

A string value that identifies the executed command. Initializes the ASPxClientFileManagerCustomCommandEventArgs.commandName property.

See Also