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

Raised to allow canceling operations. The event is first raised on the SvnClientArgs object and then on the SvnClient

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

Syntax

C#
public event EventHandler<SvnCancelEventArgs> Cancel
Visual Basic (Declaration)
Public Event Cancel As EventHandler(Of SvnCancelEventArgs)
Visual C++
public:
 event EventHandler<SvnCancelEventArgs^>^ Cancel {
	void add (EventHandler<SvnCancelEventArgs^>^ value);
	void remove (EventHandler<SvnCancelEventArgs^>^ value);
}

See Also