'Declaration Public Event ButtonClick As ColEventHandler
public event ColEventHandler ButtonClick
Event Data
The event handler receives an argument of type ColEventArgs containing data related to this event. The following ColEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ColIndex | Indicates the position in the DisplayColumns collection. |
Column | Gets the C1DisplayColumn. |
See Also