Represents the method that handles a cancelable event.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public delegate void CancelEventHandler( Object sender, CancelEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub CancelEventHandler ( _ sender As Object, _ e As CancelEventArgs _ ) |
Parameters
- sender
- Type: System..::..Object
The source of the event.
- e
- Type: C1.Silverlight..::..CancelEventArgs
A CancelEventArgs that contains the event data.