StringEditControl..::..OnMouseDoubleClick Method
Raises the MouseDoubleClick routed event.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: 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.