Spread WPF Documentation
OnStylusLeave Method (CellPresenter)


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

Parameters

e
See Also

Reference

CellPresenter Class
CellPresenter Members