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

Raised to notify changes by an in-progress command

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