ShellBrowser .Net Edition
ExceptionHandled Property
NamespacesJam.ShellSearchExceptionEventArgsExceptionHandled
Set this to true if the exception was handled. The flag is used for event chains, where more than one eventlistener is involved in exception handling.
Declaration Syntax
C#Visual BasicVisual C++
public bool ExceptionHandled { get; set; }
Public Property ExceptionHandled As Boolean
public:
property bool ExceptionHandled {
	bool get ();
	void set (bool value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)