New to Telerik UI for WPFStart a free 30-day trial

Represents document changed event args.

Definition

Namespace:Telerik.Windows.Documents.Fixed

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public class DocumentChangedEventArgs : EventArgs

Inheritance: objectEventArgsDocumentChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the DocumentChangedEventArgs class.

C#
public DocumentChangedEventArgs(RadFixedDocument oldDocument, RadFixedDocument newDocument)
Parameters:oldDocumentRadFixedDocument

The old document.

newDocumentRadFixedDocument

The new document.

Properties

NewDocument

RadFixedDocument

Gets or sets the new document.

C#
public RadFixedDocument NewDocument { get; set; }
Property Value:

The new document.

OldDocument

RadFixedDocument

Gets or sets the old document.

C#
public RadFixedDocument OldDocument { get; set; }
Property Value:

The old document.