Class SubsessionEventArgs

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.Session.dll

A generic subession event argument type.

C#
Copy
public abstract class SubsessionEventArgs : EventArgs
Inheritance
SubsessionEventArgs
Derived
Remarks

Use this as an argument type for generic subession event handlers. You can check the event type that was invoked by checking a type of event arguments during runtime - they all derive from this base class.

Properties

View Source

SessionUID

Session UID of the session invoking the event

Declaration
C#
Copy
public int SessionUID { get; }
Property Value
Type Description
Int32

Extension Methods