Esempio n. 1
0
 /// <summary>
 /// Raises the <see cref="CaptureCompleted"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Catel.Services.CameraOperationCompletedEventArgs"/> instance containing the event data.</param>
 protected void RaiseCaptureCompleted(CameraOperationCompletedEventArgs e)
 {
     CaptureCompleted.SafeInvoke(this, e);
 }
Esempio n. 2
0
 /// <summary>
 /// Raises the <see cref="AutoFocusCompleted"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Catel.Services.CameraOperationCompletedEventArgs"/> instance containing the event data.</param>
 protected void RaiseAutoFocusCompleted(CameraOperationCompletedEventArgs e)
 {
     AutoFocusCompleted.SafeInvoke(this, e);
 }
Esempio n. 3
0
 /// <summary>
 /// Raises the <see cref="Initialized"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Catel.Services.CameraOperationCompletedEventArgs"/> instance containing the event data.</param>
 protected void RaiseInitialized(CameraOperationCompletedEventArgs e)
 {
     Initialized.SafeInvoke(this, e);
 }
Esempio n. 4
0
 /// <summary>
 /// Raises the <see cref="CaptureCompleted"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Catel.Services.CameraOperationCompletedEventArgs"/> instance containing the event data.</param>
 protected void RaiseCaptureCompleted(CameraOperationCompletedEventArgs e)
 {
     CaptureCompleted.SafeInvoke(this, e);
 }
Esempio n. 5
0
 /// <summary>
 /// Raises the <see cref="AutoFocusCompleted"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Catel.Services.CameraOperationCompletedEventArgs"/> instance containing the event data.</param>
 protected void RaiseAutoFocusCompleted(CameraOperationCompletedEventArgs e)
 {
     AutoFocusCompleted.SafeInvoke(this, e);
 }
Esempio n. 6
0
 /// <summary>
 /// Raises the <see cref="Initialized"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Catel.Services.CameraOperationCompletedEventArgs"/> instance containing the event data.</param>
 protected void RaiseInitialized(CameraOperationCompletedEventArgs e)
 {
     Initialized.SafeInvoke(this, e);
 }