示例#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);
 }