C1.Win.C1List Namespace / C1Combo Class / ColMove Event

ColMove Event (C1Combo)
Fires when the user has finished moving the selected columns.
Syntax
'Declaration
 
Public Event ColMove As ColMoveEventHandler
 
Event Data

The event handler receives an argument of type ColMoveEventArgs containing data related to this event. The following ColMoveEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets a value indicating whether the column moving action is to be canceled.  
Indicates the starting position in the DisplayColumns collection.  
Indicates the target index of the column being moved.  
See Also