FileDialogLoadPathEventArgs
Wisej.Web.FileDialogLoadPathEventArgs
Last updated
Wisej.Web.FileDialogLoadPathEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the LoadPath event.
Allows an application to filter the files and folders loaded by the and components and to set the icon, creation date and modified date. To skip a file or folder, set e.Cancel = true. To set a file's icon, or date, set the , or properties.
Constructs a new instance of .
Name | Type | Description |
---|
: Sets the creation DateTime of the file.
: Sets the file size in bytes.
: Sets the name or path of the icon to display next to the file.
: Returns true when the refers to a directory.
: Sets the last modified DateTime of the file.
: Returns the full path of the file or folder being loaded.
Name | Description |
---|
path | Path of the file or directory. |
isDirectory | Indicates that the path is for a directory. |
Represents the method that will handle the and events.