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
- 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.