ListViewEditEvent.EditText Property | |
String value containing the new label text of a list view item after that item's label has been edited.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY EditText AS STRING GET
public virtual string EditText { get; }
Request Example
View SourceProperty Value
Type:
StringString value containing the new label text of a list view item after that item's label has been edited.
See Also