Version

GroupedColumnsChangingEventArgs Class Members

The following tables list the members exposed by GroupedColumnsChangingEventArgs.

Public Constructors
 NameDescription
Public ConstructorGroupedColumnsChangingEventArgs ConstructorInitializes the object with the originating event arguments.  
Public Properties
 NameDescription
Public PropertyActionThe type of change that will occur.  
Public PropertyBandReference to the band whose GroupedColumns collection will be changing.  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyEffectedColumnsThe grouped columns that will participate in the change.  
Public PropertyGroupedColumnsThe grouped columns of the band.  
Public PropertyNewIndexWhen the action that this event is being raised for is Move, this method will return the new index the column is going to be moved to.  
See Also