Class SplitterPagesSelectionChangedEventArgs
Presents event arguments for SelectionChanged event.
Inheritance
System.Object
SplitterPagesSelectionChangedEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class SplitterPagesSelectionChangedEventArgs : EventArgs
Constructors
SplitterPagesSelectionChangedEventArgs(SplitterPage, SplitterPage)
Initializes a new instance of the SplitterPagesSelectionChangedEventArgs class.
Declaration
public SplitterPagesSelectionChangedEventArgs(SplitterPage oldSelectedPage, SplitterPage newSelectedPage)
Parameters
Type | Name | Description |
---|---|---|
SplitterPage | oldSelectedPage | The old selected page. |
SplitterPage | newSelectedPage | The new selected page. |
Properties
NewSelectedPage
Gets the new selected page.
Declaration
public SplitterPage NewSelectedPage { get; }
Property Value
Type | Description |
---|---|
SplitterPage | The new selected page. |
OldSelectedPage
Gets the old selected page.
Declaration
public SplitterPage OldSelectedPage { get; }
Property Value
Type | Description |
---|---|
SplitterPage | The old selected page. |