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
- newState
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.