Version

SelectionChangingEventArgs Class Members

The following tables list the members exposed by SelectionChangingEventArgs.

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