Partilhar via


Construtor StateChangedEventArgs

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (em Microsoft.Data.Schema.Tools.dll)

Sintaxe

'Declaração
Public Sub New ( _
    obj As SchemaCompareGridRow, _
    newState As Boolean _
)
public StateChangedEventArgs(
    SchemaCompareGridRow obj,
    bool newState
)
public:
StateChangedEventArgs(
    SchemaCompareGridRow^ obj, 
    bool newState
)
new : 
        obj:SchemaCompareGridRow * 
        newState:bool -> StateChangedEventArgs
public function StateChangedEventArgs(
    obj : SchemaCompareGridRow, 
    newState : boolean
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

StateChangedEventArgs Classe

Namespace Microsoft.Data.Schema.Tools.Compare.Schema