QueryStatusEventArgs Constructor
In This Topic
Initializes a new instance of a QueryStatusEventArgs.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean _
)
public QueryStatusEventArgs(
System.int ,
System.int ,
System.bool
)
Parameters
- x
- y
- fromPen
See Also