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

[Missing <summary> documentation for T:SharpSvn.SvnCommittingEventArgs]

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

Syntax

C#
public sealed class SvnCommittingEventArgs : SvnEventArgs
Visual Basic (Declaration)
Public NotInheritable Class SvnCommittingEventArgs _
	Inherits SvnEventArgs
Visual C++
public ref class SvnCommittingEventArgs sealed : public SvnEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    SharpSvn..::.SvnEventArgs
      SharpSvn..::.SvnCommittingEventArgs

See Also