- using System;
- namespace Cowburn.Imaging
- {
- /// <summary>
- /// Represents the method that will handle the Cowburn.Imaging.Camera.CaptureCompleted event of a Cowburn.Imaging.Camera .
- /// </summary>
- public delegate void CameraEventHandler(object sender, CameraEventArgs e);
- }