ASPxClientFileManagerErrorEventArgs.commandName Property
Gets the name of the processed command.
Declaration
commandName: string
Property Value
Type | Description |
---|---|
string | A string value representing the processed command’s name. |
Remarks
Use the commandName property to identify the command currently being processed.
Note that the commandName property value should be equal to one of the constants, specified via the ASPxClientFileManagerCommandConsts object’s constants.
See Also