ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / C1RulesManager Class / BeginUpdate Method

In This Topic
    BeginUpdate Method (C1RulesManager)
    In This Topic
    Maintains performance while updating the object by preventing all events until the EndUpdate method is called.
    Syntax
    'Declaration
     
    
    Public Sub BeginUpdate() 
    public void BeginUpdate()
    See Also