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


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

    Parameters

    type
    Shape type
    childType
    Shape child type
    See Also