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