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