Click or drag to resize

IStiComponentDesignerOnDoubleClick Method

Occurs when user DoubleClick on a the component in the designer.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
void OnDoubleClick(
	StiComponent sender
)

Parameters

sender
Type: Stimulsoft.Report.ComponentsStiComponent
Component on what DoubleClick occured.
See Also