Class DocumentChangedEventArgs
Inheritance
System.Object
DocumentChangedEventArgs
Namespace: Telerik.UI.Xaml.Controls.PdfViewer
Assembly: Telerik.WinUI.Controls.PdfViewer.dll
Syntax
public class DocumentChangedEventArgs : EventArgs
Constructors
DocumentChangedEventArgs(RadFixedDocument, RadFixedDocument)
Declaration
public DocumentChangedEventArgs(RadFixedDocument oldDocument, RadFixedDocument newDocument)
Parameters
Telerik.
|
Telerik.
|
Properties
NewDocument
Declaration
public RadFixedDocument NewDocument { get; set; }
Property Value
Telerik.
|
OldDocument
Declaration
public RadFixedDocument OldDocument { get; set; }
Property Value
Telerik.
|