Table of Contents
CancelEventHandler Delegate

Represents the method that handles a cancelable event.

Namespace: EO.Wpf
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public delegate void CancelEventHandler(
   object sender,
   CancelEventArgs e
);

Parameters

sender
The source of the event.
e
The event data.
See Also