Spread WPF Documentation
OnMouseDown Method (EditingElement)


GrapeCity.Windows.SpreadSheet.UI Namespace > EditingElement Class : OnMouseDown Method
Sets the status to Edit when the user selects the editor with the left mouse button.
Syntax
'Declaration
 
Protected Overrides Sub OnMouseDown( _
   ByVal e As System.Windows.Input.MouseButtonEventArgs _
) 
'Usage
 
Dim instance As EditingElement
Dim e As System.Windows.Input.MouseButtonEventArgs
 
instance.OnMouseDown(e)
protected override void OnMouseDown( 
   System.Windows.Input.MouseButtonEventArgs e
)

Parameters

e
See Also

Reference

EditingElement Class
EditingElement Members