Share via


StateChangedEventArgs Constructor

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

Syntax

'Declaration
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
)

Parameters

.NET Framework Security

See Also

Reference

StateChangedEventArgs Class

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