Spread WPF Documentation
OnStylusInRange Method (CellPresenter)


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

Parameters

e
See Also

Reference

CellPresenter Class
CellPresenter Members