Table of Contents
FileExplorerEventHandler Delegate

Represents the method that handles events raised by the FileExplorer control.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public delegate void FileExplorerEventHandler(
   object sender,
   FileExplorerEventArgs e
);
See Also