INotificationListenerNotifyDataChange Method |
Namespace:
Unvired.Kernel.UWP.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid NotifyDataChange(
List<DataNotification> dataNotifications
)
Sub NotifyDataChange (
dataNotifications As List(Of DataNotification)
)
void NotifyDataChange(
List<DataNotification^>^ dataNotifications
)
abstract NotifyDataChange :
dataNotifications : List<DataNotification> -> unit
Parameters
- dataNotifications
- Type: System.Collections.GenericListDataNotification
See Also