TextContentChangingEventArgs::Canceled Property

 

Determines whether the edit transaction has been canceled.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
property bool Canceled {
	[CompilerGeneratedAttribute]
	bool get();
	[CompilerGeneratedAttribute]
	private: void set(bool value);
}

Property Value

Type: System::Boolean

true if the edit transaction was canceled, otherwise false.

Return to top
Show: