Поделиться через


DatastoreManager.DatastoreRefreshEvent - событие

Обновлен: Ноябрь 2007

Возникает при изменении хранилища данных.

Пространство имен:  Microsoft.SmartDevice.Connectivity
Сборка:  Microsoft.SmartDevice.Connectivity (в Microsoft.SmartDevice.Connectivity.dll)

Синтаксис

'Декларация
Public Event DatastoreRefreshEvent As EventHandler(Of EventArgs)
'Применение
Dim instance As DatastoreManager
Dim handler As EventHandler(Of EventArgs)

AddHandler instance.DatastoreRefreshEvent, handler
public event EventHandler<EventArgs> DatastoreRefreshEvent
public:
 event EventHandler<EventArgs^>^ DatastoreRefreshEvent {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
JScript не поддерживает события.

Разрешения

См. также

Ссылки

DatastoreManager Класс

DatastoreManager - члены

Microsoft.SmartDevice.Connectivity - пространство имен