MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / TagEditedEventArgs Class / TagEditedEventArgs Constructor
The current text.

In This Topic
    TagEditedEventArgs Constructor
    In This Topic
    Creates an instance of the TagEditedEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String _
    )
    public TagEditedEventArgs( 
       string text
    )

    Parameters

    text
    The current text.
    See Also