EventRegistrationToken Structure

Represents a reference to a delegate that receives change notifications.

Syntax

public value struct EventRegistrationToken  

Remarks

In the event subscription model, a delegate registers to receive change notifications from a specified object such as a collection. The EventRegistrationToken is used to remove the delegate as a subscriber of change notifications when notifications are no longer needed.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

EventRegistrationToken Members

Windows.Foundation Namespace