menu

WinForms

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

    Show / Hide Table of Contents

    Class ContextChoiceItemEventArgs

    Provides data for the ContextChoiceRightClick event of the EditControl control.

    Inheritance
    System.Object
    ContextChoiceItemEventArgs
    Inherited Members
    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.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class ContextChoiceItemEventArgs

    Constructors

    ContextChoiceItemEventArgs(IContextChoiceItem)

    Initializes a new instance of the ContextChoiceItemEventArgs class.

    Declaration
    public ContextChoiceItemEventArgs(IContextChoiceItem item)
    Parameters
    Type Name Description
    IContextChoiceItem item

    Underlying ContextChoiceItem.

    Fields

    Item

    Holds the ContextChoice item.

    Declaration
    public IContextChoiceItem Item
    Field Value
    Type
    IContextChoiceItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved