Spread WPF Documentation
OnStylusOutOfRange Method (CellPresenter)


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

Parameters

e
See Also

Reference

CellPresenter Class
CellPresenter Members