FileDialogLoadPathEventHandler

Wisej.Web.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

sender

The source of the event.

e

A FileDialogLoadPathEventArgs that contains the event data.

Fired By

NameDescription

Fired when the file dialog is loading a file or folder.

Fired when the file dialog is loading a file or folder.

Last updated