Share via


DatastoreManager.DatastoreRefreshEvent Event

Occurs when the Datastore is changed.

Namespace:  Microsoft.SmartDevice.Connectivity
Assembly:  Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)

Syntax

'Declaration
Public Event DatastoreRefreshEvent As EventHandler(Of EventArgs)
'Usage
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 does not support events.

.NET Framework Security

See Also

Reference

DatastoreManager Class

DatastoreManager Members

Microsoft.SmartDevice.Connectivity Namespace