SocialEvent Class

Definition

An event that something in the social graph has changed

[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class SocialEvent
type SocialEvent = class
    interface __ISocialEventPublicNonVirtuals
Public NotInheritable Class SocialEvent
Inheritance
SocialEvent
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Properties

ErrorCode

The error code indicating the result of the operation.

ErrorMessage

Returns call specific debug information if join fails It is not localized, so only use for debugging purposes.

EventArgs
EventType

The type of event this is Tells the caller what to cast the event_args to

User

The Xbox Live user this event is for

UsersAffected

List of users this event affects

Applies to