Class PageRemovedEventArgs
EventArgs for removed pages
Inheritance
System.Object
System.EventArgs
PageRemovedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class PageRemovedEventArgs : EventArgs
Properties
RemovedIndexes
Returns indexes of the pages which are removed.
Declaration
public int[] RemovedIndexes { get; }
Property Value
Type | Description |
---|---|
System.Int32[] |