This documentation is archived and is not being maintained.

ContextChangingEventArgs::Cancel Property

Flag to indicate if the current context change should be canceled.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
property bool Cancel {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
Returns Boolean.

Show: