ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / RefreshData Method

In This Topic
    RefreshData Method
    In This Topic
    If the DataSource property is set, refreshes calendar with data from the data source.
    Syntax
    'Declaration
     
    Public Sub RefreshData() 
    public void RefreshData()
    Remarks
    Use this method to refresh data if your data source doesn't implement the System.Collections.Specialized.INotifyCollectionChanged interface.
    See Also