alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class EditIntellisenseArgs

    Provides data for events related to editing IntelliSense suggestions or behavior.

    Inheritance
    System.Object
    System.EventArgs
    EditIntellisenseArgs
    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.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class EditIntellisenseArgs : EventArgs

    Constructors

    EditIntellisenseArgs()

    Declaration
    public EditIntellisenseArgs()

    Properties

    Assemblies

    Declaration
    public List<Uri> Assemblies { get; }
    Property Value
    Type
    System.Collections.Generic.List<System.Uri>

    Cancel

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    CurrentScope

    Declaration
    public ScopeDefinition CurrentScope { get; }
    Property Value
    Type
    ScopeDefinition

    CursorIndex

    Declaration
    public int CursorIndex { get; }
    Property Value
    Type
    System.Int32

    ItemsSource

    Declaration
    public IEnumerable<IIntellisenseItem> ItemsSource { get; set; }
    Property Value
    Type
    System.Collections.Generic.IEnumerable<IIntellisenseItem>

    LineIndex

    Declaration
    public int LineIndex { get; }
    Property Value
    Type
    System.Int32

    SelectedItem

    Declaration
    public IIntellisenseItem SelectedItem { get; }
    Property Value
    Type
    IIntellisenseItem

    TextInput

    Declaration
    public string TextInput { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved