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


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

    Parameters

    type
    Shape type
    See Also