IndicatorCellOnContentClick Method

This is overridden to raise the IndicatorClicked event when an image is clicked. The event is not raised if IsClickable is set to false.

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void OnContentClick(
	DataGridViewCellEventArgs e
)

Parameters

e  DataGridViewCellEventArgs
The event arguments

See Also