| description | Learn more about: InvokeModeOptions Structure | ||
|---|---|---|---|
| title | InvokeModeOptions Structure | ||
| ms.date | 03/22/2018 | ||
| ms.topic | reference | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
Specifies whether to fire all events in the delegate queue, or to stop firing after an error is raised. The allowable values are specified in the InvokeMode enum.
enum InvokeMode
{
StopOnFirstError = 1,
FireAll = 2,
};
struct InvokeModeOptions
{
static const InvokeMode invokeMode = invokeModeValue;
};Header: event.h
Namespace: Microsoft::WRL
Microsoft::WRL Namespace
Microsoft::WRL::AgileEventSource Class