Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / ColorEventArgs Class / ColorEventArgs Constructor
The color.


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

    Parameters

    color
    The color.
    See Also