Class EditIntellisenseArgs
Inheritance
System.Object
EditIntellisenseArgs
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
CurrentScope
Declaration
public ScopeDefinition CurrentScope { get; }
Property Value
CursorIndex
Declaration
public int CursorIndex { get; }
Property Value
ItemsSource
Declaration
public IEnumerable<IIntellisenseItem> ItemsSource { get; set; }
Property Value
LineIndex
Declaration
public int LineIndex { get; }
Property Value
SelectedItem
Declaration
public IIntellisenseItem SelectedItem { get; }
Property Value
TextInput
Declaration
public string TextInput { get; }
Property Value