ComponentOne SpellChecker for WPF and Silverlight
ContextMenuCreated Event (C1SpellChecker)

C1.Silverlight.SpellChecker Namespace > C1SpellChecker Class : ContextMenuCreated Event
Event that fires when a context menu is created containing the spelling suggestions and commands.
Syntax
'Declaration
 
Public Event ContextMenuCreated As ContextMenuEventHandler
public event ContextMenuEventHandler ContextMenuCreated
Event Data

The event handler receives an argument of type ContextMenuEventArgs containing data related to this event. The following ContextMenuEventArgs properties provide information specific to this event.

PropertyDescription
Gets the context menu.  
See Also