Class SwitchUserEventArgs
Definition
- Namespace:
- Tizen.System
- Assembly:
- Tizen.System.Session.dll
A generic base class for Switch event types
C#Copypublic abstract class SwitchUserEventArgs : SubsessionEventArgs
- Inheritance
- Derived
Properties
Declaration
C#Copypublic long SwitchID { get; }
Property Value
Type | Description |
---|---|
Int64 |
Declaration
C#Copypublic string UserNameNext { get; }
Property Value
Type | Description |
---|---|
String |
Declaration
C#Copypublic string UserNamePrev { get; }
Property Value
Type | Description |
---|---|
String |