DocumentEventArgs Class

Definition

Arguments that are sent with events in the IDocumentEventsListener interface.

[System.Runtime.Serialization.DataContract]
public class DocumentEventArgs : EventArgs
[<System.Runtime.Serialization.DataContract>]
type DocumentEventArgs = class
    inherit EventArgs
Public Class DocumentEventArgs
Inherits EventArgs
Inheritance
DocumentEventArgs
Derived
Attributes

Constructors

DocumentEventArgs(Uri)

Initializes a new instance of the DocumentEventArgs class.

Properties

Moniker

Gets the moniker of the document.

Applies to