إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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