Event signaling that a user has been removed from the system.
public:
static event EventHandler<UserRemovedEventArgs^ >^ UserRemoved {
EventRegistrationToken add (EventHandler<UserRemovedEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
Note
This is a cross-OS call. For more information, see Cross-OS Calls.
Namespace: Windows.Xbox.System
Metadata: windows.winmd