Class ScreenMirroringErrorOccurredEventArgs

Definition

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

Provides data for the ErrorOccurred event.

C#
Copy
public class ScreenMirroringErrorOccurredEventArgs : EventArgs
Inheritance
ScreenMirroringErrorOccurredEventArgs

Properties

View Source

Error

Gets the error that occurred.

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