ASPxClientFileManagerErrorEventArgs Members
Provides data for the ASPxClientFileManager.ErrorOccurred event.Constructors
Name | Description |
---|---|
constructor(commandName, errorText, errorCode) | Initializes a new instance of the ASPxClientFileManagerErrorEventArgs class. |
Properties
Name | Description |
---|---|
commandName | Gets the name of the processed command. |
errorCode | Gets a specifically generated code that uniquely identifies an error, which occurs while editing an item. |
errorText | Gets or sets the error description. |
showAlert | Gets or sets a value specifying whether an event error message is sent to the ASPxClientFileManager.ErrorAlertDisplaying event. |
See Also