[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.WordLocationEventHandler

WordLocationEventHandler Delegate

The handler of the word location event.

Namespace: C1.WPF.ExpressionEditor
Assembly: C1.WPF.ExpressionEditor.4.6.2.dll
Syntax
public delegate void WordLocationEventHandler(object sender, WordLocationEventArgs e)
Parameters
Type Name Description
object sender

The element of the sender

WordLocationEventArgs e

The event.

Constructors

Name Description
WordLocationEventHandler(object, IntPtr)

Methods

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