Class QueryItemTextEventArgs
Inheritance
System.Object
QueryItemTextEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class QueryItemTextEventArgs : EventArgs
Constructors
QueryItemTextEventArgs(Int32, Int32)
Declaration
public QueryItemTextEventArgs(int item, int subItem)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | item | |
| System.Int32 | subItem |
Properties
Item
Listview item (row).
Declaration
public int Item { get; }
Property Value
| Type |
|---|
| System.Int32 |
SubItem
Listview subitem (column).
Declaration
public int SubItem { get; }
Property Value
| Type |
|---|
| System.Int32 |
Text
Text to display.
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| System.String |