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

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

    Parameters

    text
    Text.
    See Also