Documentation arguments

Namespace:  RightEdge.Common.DocumentManager
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

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

Remarks

This class derives from the standard EventArgs within the framework to deliver additional information about a change within the document. The DocumentEventArgs contains the IDocument that the event was fired for.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    RightEdge.Common.DocumentManager..::.DocumentEventArgs

See Also