예제 #1
0
 /// <summary>
 /// Raises the <see cref="CaptureImageAvailable"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Catel.Services.ContentReadyEventArgs"/> instance containing the event data.</param>
 protected void RaiseCaptureImageAvailable(ContentReadyEventArgs e)
 {
     CaptureImageAvailable.SafeInvoke(this, e);
 }
예제 #2
0
 /// <summary>
 /// Raises the <see cref="CaptureImageAvailable"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Catel.Services.ContentReadyEventArgs"/> instance containing the event data.</param>
 protected void RaiseCaptureImageAvailable(ContentReadyEventArgs e)
 {
     CaptureImageAvailable.SafeInvoke(this, e);
 }
예제 #3
0
 /// <summary>
 /// Raises the <see cref="CaptureThumbnailAvailable"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Catel.Services.ContentReadyEventArgs"/> instance containing the event data.</param>
 protected void RaiseCaptureThumbnailAvailable(ContentReadyEventArgs e)
 {
     CaptureThumbnailAvailable?.Invoke(this, e);
 }