Version 24.2 (latest)

SelectionChangingEventArgs Class Properties

For a list of all members of this type, see SelectionChangingEventArgs members.

Public Properties
 NameDescription
Public PropertyAction (Inherited from Infragistics.Win.UIActionNotification.UIActionCancelableEventArgs)
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyCellsReturns a collection which identifies the cells which will be selected if this event is not canceled.  
Public PropertyChangeReturns a value which describes the change being made to the selection.  
Public PropertyClearExistingReturns a boolean value indicating whether the existing selection will be cleared.  
Public PropertyColumnsReturns a collection which identifies the columns which will be selected if this event is not canceled.  
Public PropertyRowsReturns a collection which identifies the rows which will be selected if this event is not canceled.  
See Also