Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ShapeEventArgs Class / ShapeEventArgs Constructor / ShapeEventArgs Constructor(String,Color)
Shape type
Shape color


In This Topic
    ShapeEventArgs Constructor(String,Color)
    In This Topic
    Creates a new object with the SubEditorCancel event arguments.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As String, _
       ByVal shapecolor As Color _
    )
    'Usage
     
    
    Dim type As String
    Dim shapecolor As Color
     
    Dim instance As New ShapeEventArgs(type, shapecolor)
    public ShapeEventArgs( 
       string type,
       Color shapecolor
    )

    Parameters

    type
    Shape type
    shapecolor
    Shape color
    See Also