Occurs when the
ITask is executing in the dispatcher's thread.
Namespace: Dapfor.Wpf.ThreadingAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
event EventHandler<ExceptionEventArgs> OnException |
Visual Basic |
---|
Event OnException As EventHandler(Of ExceptionEventArgs) |
Visual C++ |
---|
event EventHandler<ExceptionEventArgs^>^ OnException {
void add (EventHandler<ExceptionEventArgs^>^ value);
void remove (EventHandler<ExceptionEventArgs^>^ value);
} |
F# |
---|
abstract OnException : IEvent<EventHandler<ExceptionEventArgs>,
ExceptionEventArgs>
|
Value
Type:
System..::..EventHandler<(Of <(<'ExceptionEventArgs>)>)>See Also