FileDialogLoadPathEventHandler
Wisej.Web.FileDialogLoadPathEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents the method that will handle the LoadPath and LoadPath events.
public delegate void FileDialogLoadPathEventHandler(Object sender, FileDialogLoadPathEventArgs e)
Public Delegate Sub FileDialogLoadPathEventHandler(ByVal sender As [Object], ByVal e As FileDialogLoadPathEventArgs)
Parameters
Fired By