Class SwitchUserEventArgs
Definition
- Assembly:
- Tizen.System.Session.dll
A generic base class for Switch event types
public abstract class SwitchUserEventArgs : SubsessionEventArgs
- Inheritance
- Derived
Properties
View SourceSwitchID
ID of this switch operation
Declaration
public long SwitchID { get; }
Property Value
| Type | Description |
|---|---|
| long |
UserNameNext
Active subsession ID after this switch operation
Declaration
public string UserNameNext { get; }
Property Value
| Type | Description |
|---|---|
| string |
UserNamePrev
Active subsession user ID before this switch operation
Declaration
public string UserNamePrev { get; }
Property Value
| Type | Description |
|---|---|
| string |