[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.ContextMenuEventHandler

ContextMenuEventHandler Delegate

Represents the method that will handle the ContextMenuCreated event.

Namespace: C1.WPF.SpellChecker
Assembly: C1.WPF.SpellChecker.4.6.2.dll
Syntax
public delegate void ContextMenuEventHandler(object sender, ContextMenuEventArgs e)
Parameters
Type Name Description
object sender

C1SpellChecker that fired the event.

ContextMenuEventArgs e

ContextMenuEventArgs that contains the event data.

Constructors

Name Description
ContextMenuEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, ContextMenuEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, ContextMenuEventArgs)