Back to Devexpress

TakePictureDialog.Closed Event

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-takepicturedialog-06504333.md

latest1.6 KB
Original Source

TakePictureDialog.Closed Event

Fires when the dialog is closed. Allows you to get the dialog result and captured image, and replace this image.

Namespace : DevExpress.XtraEditors.Camera

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event TakePictureDialogClosedEventHandler Closed
vb
Public Event Closed As TakePictureDialogClosedEventHandler

Event Data

The Closed event's data class is DevExpress.XtraEditors.Camera.TakePictureDialogClosedEventArgs.

Remarks

The event’s arguments allow you to retrieve the dialog’s result (the Result event parameter) and the captured image (the Snapshot parameter).

You can assign a custom image to the Snapshot parameter to replace the captured image.

If no picture was taken in the dialog, the Result event parameter returns Cancel , and the Snapshot parameter contains null. In this case, the modified Snapshot parameter is ignored.

See Also

TakePictureDialog Class

TakePictureDialog Members

DevExpress.XtraEditors.Camera Namespace