Back to Devexpress

FileManagerCustomErrorTextEventHandler Delegate

aspnet-devexpress-dot-web-6e65ea38.md

latest1.5 KB
Original Source

FileManagerCustomErrorTextEventHandler Delegate

A method that will handle the ASPxFileManager.CustomErrorText event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void FileManagerCustomErrorTextEventHandler(
    object source,
    FileManagerCustomErrorTextEventArgs e
);
vb
Public Delegate Sub FileManagerCustomErrorTextEventHandler(
    source As Object,
    e As FileManagerCustomErrorTextEventArgs
)

Parameters

NameTypeDescription
sourceObject

The event source. Identifies the ASPxFileManager control that raised the event.

| | e | FileManagerCustomErrorTextEventArgs |

A FileManagerCustomErrorTextEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace