alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ContextChoiceItemSelectedEventArgs

    Provides data for the ContextChoiceItemSelected event of the EditControl control.

    Inheritance
    System.Object
    ContextChoiceItemSelectedEventArgs
    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class ContextChoiceItemSelectedEventArgs : EventArgs

    Constructors

    ContextChoiceItemSelectedEventArgs(IContextChoiceItem)

    Initializes a new instance of the ContextChoiceItemSelectedEventArgs class.

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

    Selected item itself.

    Properties

    SelectedItem

    Gets the selected item.

    Declaration
    public IContextChoiceItem SelectedItem { get; }
    Property Value
    Type
    IContextChoiceItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved