Click or drag to resize

GetOnDemandDataObjectEventArgs Class

Provides data for the GetOnDemandDataObject event of the ShellFolder type.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ShellBoost.CoreGetOnDemandDataObjectEventArgs

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

The GetOnDemandDataObjectEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDataObject
Gets or sets the data object.
Public propertyFolder
Gets the opened Shell Folder instance.
Public propertyHwnd
Gets the owner window handle. May be IntPtr.Zero depending on context.
Public propertyItems
Gets the context shell items.
Top
See Also