Classe ApplyingChangesEventArgs
Fornece dados para o evento ApplyingChanges do cliente e o evento ApplyingChanges do servidor.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em Microsoft.Synchronization.Data.dll)
Sintaxe
'Declaração
Public Class ApplyingChangesEventArgs _
Inherits EventArgs
'Uso
Dim instance As ApplyingChangesEventArgs
public class ApplyingChangesEventArgs : EventArgs
public ref class ApplyingChangesEventArgs : public EventArgs
type ApplyingChangesEventArgs =
class
inherit EventArgs
end
public class ApplyingChangesEventArgs extends EventArgs
Hierarquia de herança
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.Synchronization.Data..::..ApplyingChangesEventArgs
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.