ClassDocumentChangedEventArgs
Class
Represents document changed event args.
Definition
Namespace:Telerik.Windows.Documents.Fixed
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
cs-api-definition
public class DocumentChangedEventArgs : EventArgs
Inheritance: objectEventArgsDocumentChangedEventArgs
Inherited Members
Constructors
DocumentChangedEventArgs(RadFixedDocument, RadFixedDocument)
Initializes a new instance of the DocumentChangedEventArgs class.
Declaration
cs-api-definition
public DocumentChangedEventArgs(RadFixedDocument oldDocument, RadFixedDocument newDocument)
Parameters
oldDocument
RadFixedDocument
The old document.
newDocument
RadFixedDocument
The new document.
Properties
NewDocument
Gets or sets the new document.
Declaration
cs-api-definition
public RadFixedDocument NewDocument { get; set; }
Property Value
RadFixedDocument
The new document.
OldDocument
Gets or sets the old document.
Declaration
cs-api-definition
public RadFixedDocument OldDocument { get; set; }
Property Value
RadFixedDocument
The old document.