ComponentOne True DBGrid for WinForms
ColResize Event (C1TrueDBDropdown)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBDropdown Class : ColResize Event
Occurs when the user has resized a column.
Syntax
'Declaration
 
Public Event ColResize As ColResizeEventHandler
public event ColResizeEventHandler ColResize
Event Data

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

PropertyDescription
Gets or sets a value indicating that sizing should be ignored.  
Indicates the position in the DisplayColumns collection.  
Gets the C1DisplayColumn for the column being sized.  
See Also