Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Update Method


In This Topic
    Update Method (PSObject)
    In This Topic
    Causes the control to redraw invalidated region.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Update() 
    'Usage
     
    
    Dim instance As PSObject
     
    instance.Update()
    public override void Update()
    See Also