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

Raises the Notify event

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

Syntax

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

Parameters

e
Type: SharpSvn..::.SvnNotifyEventArgs

[Missing <param name="e"/> documentation for "M:SharpSvn.SvnClientArgs.OnNotify(SharpSvn.SvnNotifyEventArgs)"]

See Also