Class ScreenMirroringStateChangedEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
4

Provides data for the StateChanged event.

C#
Copy
public class ScreenMirroringStateChangedEventArgs : EventArgs
Inheritance
ScreenMirroringStateChangedEventArgs

Properties

View Source

State

Gets the current state of the screen mirroring.

Declaration
C#
Copy
public ScreenMirroringState State { get; }
Property Value
Type Description
ScreenMirroringState
API Level: 4