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

Raised on notifications. 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<SvnNotifyEventArgs> Notify
Visual Basic (Declaration)
Public Event Notify As EventHandler(Of SvnNotifyEventArgs)
Visual C++
public:
 event EventHandler<SvnNotifyEventArgs^>^ Notify {
	void add (EventHandler<SvnNotifyEventArgs^>^ value);
	void remove (EventHandler<SvnNotifyEventArgs^>^ value);
}

See Also