CameraEventHandler.cs
上传用户:chengzheng
上传日期:2013-08-05
资源大小:38k
文件大小:0k
源码类别:

Windows Mobile

开发平台:

C#

  1. using System;
  2. namespace Cowburn.Imaging
  3. {
  4. /// <summary>
  5. /// Represents the method that will handle the Cowburn.Imaging.Camera.CaptureCompleted event of a Cowburn.Imaging.Camera .  
  6. /// </summary>
  7. public delegate void CameraEventHandler(object sender, CameraEventArgs e);
  8. }