WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ContextChoiceItemSelectedEventArgs - WindowsForms API Reference | Syncfusion ContextChoiceItemSelected event of the EditControl control. ">

    Show / Hide Table of Contents

    Class ContextChoiceItemSelectedEventArgs

    Provides data for the ContextChoiceItemSelected event of the EditControl control.

    Inheritance
    System.Object
    System.EventArgs
    ContextChoiceItemSelectedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    IContextChoiceItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved