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