Click or drag to resize

ViewEventArgs Class

Provides data for the WindowRegistered and WindowRevoked events of ViewEvents.
Inheritance Hierarchy

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class ViewEventArgs : DispatchEventArgs

The ViewEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyArguments
Gets the event arguments.
(Inherited from DispatchEventArgs.)
Public propertyCookie
Gets the window cookie.
Public propertyDispId
Gets the dispid.
(Inherited from DispatchEventArgs.)
Public propertyResult
Gets or sets the result.
(Inherited from DispatchEventArgs.)
Top
Methods
See Also