Version

ItemExitingEditModeEventArgs Class Members

The following tables list the members exposed by ItemExitingEditModeEventArgs.

Public Constructors
 NameDescription
Public ConstructorItemExitingEditModeEventArgs ConstructorCreates a new instance of the ItemExitingEditModeEventArgs class.  
Public Properties
 NameDescription
Public PropertyApplyChangesGets/sets whether changes made during the edit mode session should be assigned to the item's UltraListViewItemBase.Value property.  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyEditorReturns the EmbeddableEditorBase-derived editor that is conducting the edit mode session.  
Public PropertyItemReturns the UltraListViewItem with which this instance is associated. (Inherited from Infragistics.Win.UltraWinListView.CancelableItemEventArgs)
See Also