Class CaptureFinishedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

CaptureFinishedEventArgs

C#
Copy
public class CaptureFinishedEventArgs : EventArgs
Inheritance
CaptureFinishedEventArgs

Properties

View Source

Success

Status of saving the result after capture.

Declaration
C#
Copy
public bool Success { get; }
Property Value
Type Description
Boolean

true when succeeded in saving the result after capture. false when failed to capture by time out or to save the result.

Extension Methods