Click or drag to resize

InvokeCommandEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellInvokeCommandEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public class InvokeCommandEventArgs : EventArgs

The InvokeCommandEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodInvokeCommandEventArgs
Constructor
Top
Properties
  NameDescription
Public propertyCommand
the command that is to be processed
Public propertyInvocationProcessed
Set this property to true, if the event was processed and the InvokeCommand should not handled by the shellbrowser component any further.
Top
See Also