ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Editors Namespace / ResultStringEventArgs Class / ResultStringEventArgs Constructor
A System.Windows.Forms.Control indicates the source control that creates the reading string.
A string indicates the specified reading string.

In This Topic
    ResultStringEventArgs Constructor
    In This Topic
    Initializes a new instance of the ResultStringEventArgs class with the specified reading string.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sourceControl As Control, _
       ByVal readString As String _
    )
    public ResultStringEventArgs( 
       Control sourceControl,
       string readString
    )

    Parameters

    sourceControl
    A System.Windows.Forms.Control indicates the source control that creates the reading string.
    readString
    A string indicates the specified reading string.
    See Also