Spread WPF Documentation
OnMouseUp Method (CellBackgroundPanel)


GrapeCity.Windows.SpreadSheet.UI Namespace > CellBackgroundPanel Class : OnMouseUp Method
Syntax
'Declaration
 
Protected Overridable Sub OnMouseUp( _
   ByVal e As System.Windows.Input.MouseButtonEventArgs _
) 
'Usage
 
Dim instance As CellBackgroundPanel
Dim e As System.Windows.Input.MouseButtonEventArgs
 
instance.OnMouseUp(e)
protected virtual void OnMouseUp( 
   System.Windows.Input.MouseButtonEventArgs e
)

Parameters

e
See Also

Reference

CellBackgroundPanel Class
CellBackgroundPanel Members