BaseImageCellContentClickUnsharesRow Method
Indicates whether the cell's row will be unshared when the cell's content is clicked
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override bool ContentClickUnsharesRow(
DataGridViewCellEventArgs e
)
Protected Overrides Function ContentClickUnsharesRow (
e As DataGridViewCellEventArgs
) As Boolean
protected:
virtual bool ContentClickUnsharesRow(
DataGridViewCellEventArgs^ e
) override
abstract ContentClickUnsharesRow :
e : DataGridViewCellEventArgs -> bool
override ContentClickUnsharesRow :
e : DataGridViewCellEventArgs -> bool
- e DataGridViewCellEventArgs
- The event arguments
BooleanTrue if this is the current cell and it is in edit mode, otherwise false