ColorEventArgs Constructor
In This Topic
Initializes a new instance of the
ColorEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Color _
)
'Usage
Dim color As Color
Dim instance As New ColorEventArgs(color)
public ColorEventArgs(
Color
)
Parameters
- color
- The color.
See Also