Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIManager Class / NotifyDataChanged Method


In This Topic
    NotifyDataChanged Method (UIManager)
    In This Topic
    Resumes all queued data changed events.
    Syntax
    'Declaration
     
    
    Public Sub NotifyDataChanged() 
    'Usage
     
    
    Dim instance As UIManager
     
    instance.NotifyDataChanged()
    public void NotifyDataChanged()
    See Also