alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ContextPromptSelectionChangedEventArgs

    Provides data for the ContextPromptSelectionChanged event of the EditControl control.

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

    Constructors

    ContextPromptSelectionChangedEventArgs(ContextPromptCollection)

    Initializes a new instance of ContextPromptSelectionChangedEventArgs class.

    Declaration
    public ContextPromptSelectionChangedEventArgs(ContextPromptCollection list)
    Parameters
    Type Name Description
    ContextPromptCollection list

    Properties

    List

    Gets the collection of Dictionary items.

    Declaration
    public ContextPromptCollection List { get; }
    Property Value
    Type
    ContextPromptCollection

    SelectedIndex

    Gets the index of the currently selected item in prompts list.

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