RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

StringEditControl..::..OnMouseDoubleClick Method

Raises the MouseDoubleClick routed event.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


protected void OnMouseDoubleClick(
	MouseButtonEventArgs e
)
Protected Sub OnMouseDoubleClick ( _
	e As MouseButtonEventArgs _
)
protected:
void OnMouseDoubleClick(
	MouseButtonEventArgs^ e
)

Parameters

e
Type: MouseButtonEventArgs
The event data.