InvokeCommandEventArgsInvocationProcessed Property |
Set this property to true, if the event was processed and
the InvokeCommand should not handled by the shellbrowser component any further.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool InvocationProcessed { get; set; }
Public Property InvocationProcessed As Boolean
Get
Set
public:
property bool InvocationProcessed {
bool get ();
void set (bool value);
}
member InvocationProcessed : bool with get, set
Property Value
Type:
BooleanSee Also