Skip to main content
Version: 3.5

FileDialogLoadPathEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the LoadPath and LoadPath events.

public delegate void FileDialogLoadPathEventHandler(Object sender, FileDialogLoadPathEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eFileDialogLoadPathEventArgsA FileDialogLoadPathEventArgs that contains the event data.

Fired By

NameDescription
FileDialog.LoadPathFired when the file dialog is loading a file or folder.
FolderBrowserDialog.LoadPathFired when the file dialog is loading a file or folder.