| ChromiumWebBrowserOnMouseDown Method  | 
Version 118.6.80 
            Invoked when an unhandled 
MouseDown attached event reaches an
            element in its route that is derived from this class. Implement this method to add class handling for this event.
            
 
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxprotected override void OnMouseDown(
	MouseButtonEventArgs e
)
protected:
virtual void OnMouseDown(
	MouseButtonEventArgs^ e
) override
Parameters
- e
- Type: System.Windows.InputMouseButtonEventArgs
 The MouseButtonEventArgs that contains the event data.
            This event data reports details about the mouse button that was pressed and the handled state.
 See Also
See Also