C1.Win.C1Report.4 Assembly > C1.Win.C1Preview Namespace > C1PreviewThumbnailView Class : ColumnClick Event |
'Declaration Public Event ColumnClick As System.Windows.Forms.ColumnClickEventHandler
public event System.Windows.Forms.ColumnClickEventHandler ColumnClick
The event handler receives an argument of type System.Windows.Forms.ColumnClickEventArgs containing data related to this event. The following ColumnClickEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Column | Gets the zero-based index of the column that is clicked. |