Skip to main content
Version: 4.1

FileDialogLoadPathEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the LoadPath event.

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.