GetOnDemandDataObjectEventArgs Class |
Namespace: callback.ShellBoost.Core
public sealed class GetOnDemandDataObjectEventArgs : EventArgs
The GetOnDemandDataObjectEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataObject |
Gets or sets the data object.
|
![]() | Folder |
Gets the opened Shell Folder instance.
|
![]() | Hwnd |
Gets the owner window handle. May be IntPtr.Zero depending on context.
|
![]() | Items |
Gets the context shell items.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |