Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / SelectedTextEventArgs Class / SelectedTextEventArgs Constructor
Text.

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

    Parameters

    text
    Text.
    See Also