Classe DbApplyingChangesEventArgs
Fornece dados para o evento ApplyingChanges.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em Microsoft.Synchronization.Data.dll)
Sintaxe
'Declaração
Public Class DbApplyingChangesEventArgs _
Inherits EventArgs
'Uso
Dim instance As DbApplyingChangesEventArgs
public class DbApplyingChangesEventArgs : EventArgs
public ref class DbApplyingChangesEventArgs : public EventArgs
type DbApplyingChangesEventArgs =
class
inherit EventArgs
end
public class DbApplyingChangesEventArgs extends EventArgs
Hierarquia de herança
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.Synchronization.Data..::..DbApplyingChangesEventArgs
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.