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

Raises the Conflict event.

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

Syntax

C#
protected virtual void OnConflict(
	SvnConflictEventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnConflict ( _
	e As SvnConflictEventArgs _
)
Visual C++
protected:
virtual void OnConflict(
	SvnConflictEventArgs^ e
)

Parameters

e
Type: SharpSvn..::.SvnConflictEventArgs

[Missing <param name="e"/> documentation for "M:SharpSvn.SvnClient.OnConflict(SharpSvn.SvnConflictEventArgs)"]

See Also