Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / ElementDeletedNotify Method


In This Topic
    ElementDeletedNotify Method (SpreadShapesContainer)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ElementDeletedNotify( _
       ByVal o As Object, _
       ByVal element As Object _
    ) 
    'Usage
     
    
    Dim instance As SpreadShapesContainer
    Dim o As Object
    Dim element As Object
     
    instance.ElementDeletedNotify(o, element)
    public override void ElementDeletedNotify( 
       object o,
       object element
    )

    Parameters

    o
    element
    See Also