Class ScreenMirroringErrorOccurredEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll

Provides data for the ErrorOccurred event.

C#
Copy
public class ScreenMirroringErrorOccurredEventArgs : EventArgs
Inheritance
object
System.EventArgs
ScreenMirroringErrorOccurredEventArgs

Properties

View Source

Error

Gets the error that occurred.

Declaration
C#
Copy
public ScreenMirroringError Error { get; }
Property Value
Type Description
ScreenMirroringError