menu

WinForms

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

    Show / Hide Table of Contents

    Class JumpItemsRemovedEventArgs

    EventArgs for JumpList.JumpItemsRemovedByUser event.

    Inheritance
    System.Object
    System.EventArgs
    JumpItemsRemovedEventArgs
    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
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public sealed class JumpItemsRemovedEventArgs : EventArgs

    Constructors

    JumpItemsRemovedEventArgs()

    Declaration
    public JumpItemsRemovedEventArgs()

    JumpItemsRemovedEventArgs(IList<JumpItem>)

    Declaration
    public JumpItemsRemovedEventArgs(IList<JumpItem> removedItems)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<JumpItem> removedItems

    Properties

    RemovedItems

    Declaration
    public IList<JumpItem> RemovedItems { get; }
    Property Value
    Type
    System.Collections.Generic.IList<JumpItem>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved