NetXP 3.0 Reference

ListBarLabelEditEventArgs Members

ListBarLabelEditEventArgs overview

Public Instance Constructors

ListBarLabelEditEventArgs Constructor Constructs a new instance of this object given the item, label and object.

Public Instance Properties

CancelEdit (inherited from LabelEditEventArgs)Gets or sets a value indicating whether changes made to the label of the ListViewItem should be canceled.
Item (inherited from LabelEditEventArgs)Gets the zero-based index of the ListViewItem containing the label to edit.
Label (inherited from LabelEditEventArgs) Gets the new text assigned to the label of the ListViewItem.
LabelEditObject Returns the object for which label editing has been requested. Can either be a ListBarItem or a ListBarGroup (or a subclass of either).

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

ListBarLabelEditEventArgs Class | NETXP.Controls.Bars Namespace