Represents the method that will handle the ContextMenuCreated event.
Namespace:
C1.Silverlight.SpellCheckerAssembly: C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)
Syntax
| C# |
|---|
public delegate void ContextMenuEventHandler( Object sender, ContextMenuEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub ContextMenuEventHandler ( _ sender As Object, _ e As ContextMenuEventArgs _ ) |
Parameters
- sender
- Type: System..::..Object
C1SpellChecker that fired the event.
- e
- Type: C1.Silverlight.SpellChecker..::..ContextMenuEventArgs
ContextMenuEventArgs that contains the event data.