Back to Devexpress

FileManagerDetailsViewCustomColumnDisplayTextEventHandler Delegate

aspnet-devexpress-dot-web-67462285.md

latest1.7 KB
Original Source

FileManagerDetailsViewCustomColumnDisplayTextEventHandler Delegate

A method that will handle the ASPxFileManager.DetailsViewCustomColumnDisplayText event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

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

| | e | FileManagerDetailsViewCustomColumnDisplayTextEventArgs |

A FileManagerDetailsViewCustomColumnDisplayTextEventArgs object that contains event data.

|

See Also

File Manager

DevExpress.Web Namespace