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

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

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

Syntax

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

Inheritance Hierarchy

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

See Also