SecureDeviceAddress.BufferChanged Event

Event that is signaled when the buffer representation of this object has changed.

Syntax

public:
event TypedEventHandler<SecureDeviceAddress^ , Object^ >^ BufferChanged {
         EventRegistrationToken add (TypedEventHandler<SecureDeviceAddress^ , Object^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

The BufferChanged event only applies to the local device’s address. It is intended to fire whenever the serialized buffer of the address changed so that the user can update MPSD, peers, or any other locally cached copies.

Requirements

Namespace: Windows.Xbox.Networking

Metadata: windows.winmd

See also

Reference

SecureDeviceAddress Class

SecureDeviceAddress Members

Windows.Xbox.Networking Namespace