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