menu

WPF

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

    Show / Hide Table of Contents

    Delegate Expanded

    Represents the method that will handle the event after expanding PivotItem group.

    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public delegate void Expanded(object sender, ExpandedEventArgs e);
    Parameters
    Type Name Description
    System.Object sender

    The object where the event handler is attached.

    ExpandedEventArgs e

    The event data.

    Constructors

    Expanded(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, ExpandedEventArgs, AsyncCallback, Object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(Object, ExpandedEventArgs)

    Declaration
    public virtual void Invoke(object sender, ExpandedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    ExpandedEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved