'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.