Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Occurs when the metadata store that is associated with a provider is initialized.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Public Event MetadataStoreInitialized As EventHandler(Of MetadataStoreInitializedEventArgs)
'Usage
Dim instance As SimpleSyncProvider
Dim handler As EventHandler(Of MetadataStoreInitializedEventArgs)
AddHandler instance.MetadataStoreInitialized, handler
public event EventHandler<MetadataStoreInitializedEventArgs> MetadataStoreInitialized
public:
event EventHandler<MetadataStoreInitializedEventArgs^>^ MetadataStoreInitialized {
void add (EventHandler<MetadataStoreInitializedEventArgs^>^ value);
void remove (EventHandler<MetadataStoreInitializedEventArgs^>^ value);
}
member MetadataStoreInitialized : IEvent<EventHandler<MetadataStoreInitializedEventArgs>,
MetadataStoreInitializedEventArgs>
JScript supports the use of events, but not the declaration of new ones.