Back to Devexpress

FileManagerFileOpenedEventHandler Delegate

aspnet-devexpress-dot-web-06abe11e.md

latest1.3 KB
Original Source

FileManagerFileOpenedEventHandler Delegate

A method that will handle the ASPxFileManager.SelectedFileOpened event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

The event source. Identifies the file manager control which raised the event.

| | e | FileManagerFileOpenedEventArgs |

A FileManagerFileOpenedEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace