Class PageSelectedEventArgs
Provides data for PageSelected event.
Inheritance
System.Object
PageSelectedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class PageSelectedEventArgs : EventArgs
Properties
SelectedPages
Gets the collection of pages which are selected in the organize pages window.
Declaration
public int[] SelectedPages { get; }
Property Value
Type |
---|
System.Int32[] |