Skip to main content
Tab

FileManagerFileOpenedEventHandler Delegate

A method that will handle the ASPxFileManager.SelectedFileOpened event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void FileManagerFileOpenedEventHandler(
    object source,
    FileManagerFileOpenedEventArgs e
);

Parameters

Name Type Description
source Object

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

e FileManagerFileOpenedEventArgs

A FileManagerFileOpenedEventArgs object that contains event data.

See Also