Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

FileExplorerEventHandler Delegate

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

[Visual Basic]
Public Delegate Sub FileExplorerEventHandler( _
   ByVal sender As Object, _
   ByVal e As FileExplorerEventArgs _
)
[C#]
public delegate void FileExplorerEventHandler(
   object sender,
   FileExplorerEventArgs e
);

Requirements

Namespace: EO.Web

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

See Also

EO.Web Namespace


Direct link to this topic