[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for P:SharpSvn.SvnCancelEventArgs.Cancel]

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public bool Cancel { get; set; }
Visual Basic (Declaration)
Public Property Cancel As Boolean
Visual C++
public:
property bool Cancel {
	bool get ();
	void set (bool value);
}

See Also