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

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

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

Syntax

C#
public class SvnMergesMergedEventArgs : SvnLoggingEventArgs
Visual Basic (Declaration)
Public Class SvnMergesMergedEventArgs _
	Inherits SvnLoggingEventArgs
Visual C++
public ref class SvnMergesMergedEventArgs : public SvnLoggingEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    SharpSvn..::.SvnEventArgs
      SharpSvn..::.SvnCancelEventArgs
        SharpSvn..::.SvnLoggingEventArgs
          SharpSvn..::.SvnMergesMergedEventArgs

See Also