Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / ElementNotify Method


In This Topic
    ElementNotify Method (DesignerMain)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub ElementNotify( _
       ByVal o As Object, _
       ByVal element As Object _
    ) 
    'Usage
     
    
    Dim instance As DesignerMain
    Dim o As Object
    Dim element As Object
     
    instance.ElementNotify(o, element)
    public void ElementNotify( 
       object o,
       object element
    )

    Parameters

    o
    element
    See Also