Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / AddStateNotify Method
Target


In This Topic
    AddStateNotify Method (ElementContainerControl)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Sub AddStateNotify( _
       ByVal target As IStateNotify _
    ) 
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim target As IStateNotify
     
    instance.AddStateNotify(target)
    public void AddStateNotify( 
       IStateNotify target
    )

    Parameters

    target
    Target
    See Also