ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / WordLocationEventHandler Delegate
The element of the sender
The event.

In This Topic
    WordLocationEventHandler Delegate
    In This Topic
    The handler of the word location event.
    Syntax
    'Declaration
     
    Public Delegate Sub WordLocationEventHandler( _
       ByVal sender As Object, _
       ByVal e As WordLocationEventArgs _
    ) 
    public delegate void WordLocationEventHandler( 
       object sender,
       WordLocationEventArgs e
    )

    Parameters

    sender
    The element of the sender
    e
    The event.
    See Also