FileManagerListingEventArgs Class

Provides data for the Listing event.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public sealed class FileManagerListingEventArgs : FileManagerPreEventArgs
Inheritance
Object    EventArgs    CancelEventArgs    FileManagerPreEventArgs    FileManagerListingEventArgs

Properties

FolderGets the folder related to the event.
(Inherited from FileManagerPreEventArgs)
IsCanceled
(Inherited from CancelEventArgs)
IsRefreshGets a value that indicated if this action is a refresh.

Methods

Cancel
(Inherited from CancelEventArgs)

See Also