DatastoreManager.DatastoreRefreshEvent イベント

更新 : 2007 年 11 月

データストアが変更されたときに発生します。

名前空間 :  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 名前空間