BaseImageCellContentClickUnsharesRow Method

Indicates whether the cell's row will be unshared when the cell's content is clicked

Definition

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

Parameters

e  DataGridViewCellEventArgs
The event arguments

Return Value

Boolean
True if this is the current cell and it is in edit mode, otherwise false

See Also