FolderInitEventArgs Class |
Namespace: callback.ShellBoost.Core
public sealed class FolderInitEventArgs : EventArgs
The FolderInitEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Folder |
Gets or sets the ShellFolder instance.
|
![]() | HResult |
Gets or sets the operation HResult.
Only used if Folder property is null.
Only negative values (errors) are taken into account.
|
![]() | IdList |
Gets the folder's PIDL.
|
![]() | InitializeOptions |
Gets or sets the options used when the folder instance is initialized.
If not null, the folder initialization will use these options instead of the folder's InitializeOptions property.
|
![]() | ProxyCacheOptions |
Gets or sets the proxy cache options.
If not null, the folder initialization will use these options instead of the server's ProxyCacheOptions property.
|
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.) |