MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / TagEidtorEditingEventArgs Class / TagEidtorEditingEventArgs Constructor

In This Topic
    TagEidtorEditingEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String, _
       ByVal position As Integer _
    )
    public TagEidtorEditingEventArgs( 
       string text,
       int position
    )

    Parameters

    text
    position
    See Also