Methods | Fields | This Package | All Packages
Provides data for the afterLabelEdit event and the beforeLabelEdit event of a ListView control.
Event
|
+--LabelEditEvent
package com.ms.wfc.ui
public class LabelEditEvent
extends Event
Remarks
The afterLabelEdit event occurs when the user finishes editing the text for a list view item. The beforeLabelEdit event occurs when the user begins editing the text for a list view item. A LabelEditEvent object specifies the new text to associate with the list view item, the zero-based index of the list view item that contains the text to edit, and whether the edit operation has been canceled.
For information about the WFC event model, see Handling Events in WFC.