[Missing <summary> documentation for "M:Visualisierung_BSP1.TFcolorPicker.mouseDoubleClick(System.Object,System.Windows.Forms.MouseEventArgs)"]

Namespace: Visualisierung_BSP1
Assembly: Visualisierung_BSP1 (in Visualisierung_BSP1.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public override void mouseDoubleClick(
	Object sender,
	MouseEventArgs e
)
Visual Basic
Public Overrides Sub mouseDoubleClick ( _
	sender As Object, _
	e As MouseEventArgs _
)
Visual C++
public:
virtual void mouseDoubleClick(
	Object^ sender, 
	MouseEventArgs^ e
) override

Parameters

sender
Type: System..::..Object

[Missing <param name="sender"/> documentation for "M:Visualisierung_BSP1.TFcolorPicker.mouseDoubleClick(System.Object,System.Windows.Forms.MouseEventArgs)"]

e
Type: System.Windows.Forms..::..MouseEventArgs

[Missing <param name="e"/> documentation for "M:Visualisierung_BSP1.TFcolorPicker.mouseDoubleClick(System.Object,System.Windows.Forms.MouseEventArgs)"]

See Also