Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.