Class PartyEventArgs
Inheritance
System.Object
System.EventArgs
PartyEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: MediaBrowser.Controller.Session
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class PartyEventArgs : EventArgs
Properties
PartyInfo
Declaration
public PartyInfo PartyInfo { get; set; }
Property Value
Type | Description |
---|---|
PartyInfo |
SessionInfo
Declaration
public PartySessionInfo SessionInfo { get; set; }
Property Value
Type | Description |
---|---|
PartySessionInfo |