ViewEvents Class |
Namespace: callback.ShellBoost.Core.WindowsShell
public class ViewEvents : DispatchEvents
The ViewEvents type exposes the following members.
Name | Description | |
---|---|---|
ViewEvents |
Initializes a new instance of the ViewEvents class.
|
Name | Description | |
---|---|---|
InterfaceId |
Gets the interface identifier (IID).
(Inherited from DispatchEvents.) |
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from DispatchEvents.) | |
Dispose(Boolean) |
Releases unmanaged and optionally managed resources.
(Inherited from DispatchEvents.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Finalizes an instance of the DispatchEvents class.
(Inherited from DispatchEvents.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnEvent |
Called after an IDispatch event (invoke) occured.
(Overrides DispatchEventsOnEvent(Object, DispatchEventArgs).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Event |
Occurs after an IDispatch event occured.
(Inherited from DispatchEvents.) | |
WindowRegistered |
Occurs after a window has been registered.
| |
WindowRevoked |
Occurs after a window has been revoked.
|