Version

ItemCheckStateChangingEventArgs Class Members

The following tables list the members exposed by ItemCheckStateChangingEventArgs.

Public Constructors
 NameDescription
Public ConstructorItemCheckStateChangingEventArgs ConstructorCreates a new instance of the ItemCheckStateChangingEventArgs class.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyItemReturns the UltraListViewItem with which this instance is associated. (Inherited from Infragistics.Win.UltraWinListView.CancelableItemEventArgs)
Public PropertyNewValueGets/sets the new value for the associated UltraListViewItem object's UltraListViewItem.CheckState property.  
See Also