Ejemplo 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);
 }
Ejemplo 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);
 }
Ejemplo 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);
 }
Ejemplo 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);
 }
Ejemplo 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);
 }
Ejemplo 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);
 }