RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / C1SpellChecker Class / ContextMenuCreated Event

In This Topic
    ContextMenuCreated Event (C1SpellChecker)
    In This Topic
    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