Class SubsessionEventArgs
Definition
- Namespace:
- Tizen.System
- Assembly:
- Tizen.System.Session.dll
A generic subession event argument type.
C#Copypublic 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
Declaration
C#Copypublic int SessionUID { get; }
Property Value
Type | Description |
---|---|
Int32 |