Share via


StateChangedEventArgs.NewState Property

Gets or sets whether the state has changed.

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

Syntax

'Declaration
Public Property NewState As Boolean
public bool NewState { get; private set; }
public:
property bool NewState {
    bool get ();
    private: void set (bool value);
}
member NewState : bool with get, private set
function get NewState () : boolean
private function set NewState (value : boolean)

Property Value

Type: System.Boolean
true if the state has changed; otherwise, false.

.NET Framework Security

See Also

Reference

StateChangedEventArgs Class

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