Click or drag to resize

DispatchEventArgs Class

Provides data for an IDispatch event.
Inheritance Hierarchy

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

The DispatchEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDispatchEventArgs
Initializes a new instance of the DispatchEventArgs class.
Top
Properties
  NameDescription
Public propertyArguments
Gets the event arguments.
Public propertyDispId
Gets the dispid.
Public propertyResult
Gets or sets the result.
Top
Methods
See Also