Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / PopUpNotify Method
Object of the action


In This Topic
    PopUpNotify Method (SuperEditBase)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overridable Sub PopUpNotify( _
       ByVal o As Object _
    ) 
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim o As Object
     
    instance.PopUpNotify(o)
    public virtual void PopUpNotify( 
       object o
    )

    Parameters

    o
    Object of the action
    See Also