ASPxClientFileManagerErrorAlertDisplayingEventArgs Members
Provides data for the ASPxClientFileManager.ErrorAlertDisplaying event.Constructors
| Name | Description |
|---|---|
| constructor(commandName, errorText) | Initializes a new instance of the ASPxClientFileManagerErrorAlertDisplayingEventArgs class with the specified settings. |
Properties
| Name | Description |
|---|---|
| commandName | Gets the name of the processed command. |
| errorText | Gets or sets the errors description. |
| showAlert | Gets or sets a value specifying whether an alert message is displayed when the event fires. |
See Also