This topic has not yet been rated - Rate this topic

EventRegistrationToken structure

Identifies an event handler that has been registered with an event source.

Syntax


typedef struct EventRegistrationToken {
  INT64 value;
} EventRegistrationToken;

Members

value

Type: INT64

An identifying value that is provided by an event source.

Remarks

Use an EventRegistrationToken to unsubscribe from a Windows Runtime event source.

You acquire an EventRegistrationToken when you subscribe to an event.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Eventtoken.h

IDL

Eventtoken.idl

See also

IEventHandler<T>
ITypedEventHandler<TSender, TArgs>

 

 

Build date: 5/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.