menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SplitterPagesSelectionChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SplitterPagesSelectionChangedEventArgs

    Presents event arguments for SelectionChanged event.

    Inheritance
    System.Object
    System.EventArgs
    SplitterPagesSelectionChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved