Skip to main content

ASPxClientFileManagerErrorAlertDisplayingEventArgs Class

Provides data for the ASPxClientFileManager.ErrorAlertDisplaying event.

#Declaration

TypeScript
declare class ASPxClientFileManagerErrorAlertDisplayingEventArgs extends ASPxClientEventArgs

#Remarks

Objects of the ASPxClientFileManagerErrorAlertDisplayingEventArgs type are used as arguments for the ASPxClientFileManager.ErrorAlertDisplaying event, generated on the client side.

ASPxClientFileManagerErrorAlertDisplayingEventArgs objects with proper settings are automatically created and passed to the corresponding event handler.

#Inheritance

ASPxClientEventArgs
ASPxClientFileManagerErrorAlertDisplayingEventArgs
See Also