WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate SelectedPageChangedHandler

    Show / Hide Table of Contents

    Delegate SelectedPageChangedHandler

    Represents the delegate Selected Page Changed Handler.

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public delegate void SelectedPageChangedHandler(SplitterPagesSelectionChangedEventArgs e);
    Parameters
    Type Name Description
    SplitterPagesSelectionChangedEventArgs e

    A SplitterPagesSelectionChangedEventArgs that contains the event data.

    Constructors

    SelectedPageChangedHandler(Object, IntPtr)

    Declaration
    public SelectedPageChangedHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(SplitterPagesSelectionChangedEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(SplitterPagesSelectionChangedEventArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    SplitterPagesSelectionChangedEventArgs e
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(SplitterPagesSelectionChangedEventArgs)

    Declaration
    public virtual void Invoke(SplitterPagesSelectionChangedEventArgs e)
    Parameters
    Type Name Description
    SplitterPagesSelectionChangedEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved