Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 859 Bytes

invokemodeoptions-structure.md

File metadata and controls

37 lines (28 loc) · 859 Bytes
description title ms.date ms.topic f1_keywords helpviewer_keywords
Learn more about: InvokeModeOptions Structure
InvokeModeOptions Structure
03/22/2018
reference
event/Microsoft::WRL::InvokeModeOptions
InvokeModeOptions structure
InvokeMode enum

InvokeModeOptions Structure

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.

Syntax

enum InvokeMode
{
   StopOnFirstError = 1,
   FireAll = 2,
};

struct InvokeModeOptions
{
   static const InvokeMode invokeMode = invokeModeValue;
};

Requirements

Header: event.h

Namespace: Microsoft::WRL

See also

Microsoft::WRL Namespace
Microsoft::WRL::AgileEventSource Class