Spread WPF Documentation
OnPreviewStylusMove Method (CellPresenter)


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

Parameters

e
See Also

Reference

CellPresenter Class
CellPresenter Members