Click or drag to resize

GetFileDialogPropertiesEventArgs Class

Provides data for the GetFileDialogProperties event of the ShellFolder type.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ShellBoost.CoreGetFileDialogPropertiesEventArgs

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class GetFileDialogPropertiesEventArgs : EventArgs

The GetFileDialogPropertiesEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyFolder
Gets the Shell Folder instance
Public propertyProperties
Gets or sets the properties that the native proxy should retrive from the dialog box.
Public propertyType
Gets the type of FileDialog event.
Top
See Also