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

Raised on conflict. The event is first raised on the SvnClientArgsWithConflict object and then on the SvnClient

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

Syntax

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

See Also