ComponentOne Calendar for UWP
RefreshData Method

C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace > C1Calendar Class : RefreshData Method
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

Reference

C1Calendar Class
C1Calendar Members