'Declaration
Public Event ColMove As ColMoveEventHandler
public event ColMoveEventHandler ColMove
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.
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether the column moving action is to be canceled. |
ColIndex | Indicates the starting position in the DisplayColumns collection. |
Position | Indicates the target index of the column being moved. |
See Also