'Declaration
Protected Sub OnPreviewStylusDown( _ ByVal e As System.Windows.Input.StylusDownEventArgs _ )
'Usage
Dim instance As SheetPresenter Dim e As System.Windows.Input.StylusDownEventArgs instance.OnPreviewStylusDown(e)
protected void OnPreviewStylusDown( System.Windows.Input.StylusDownEventArgs e )
protected procedure OnPreviewStylusDown( e: System.Windows.Input.StylusDownEventArgs );
protected function OnPreviewStylusDown( e : System.Windows.Input.StylusDownEventArgs );
protected: void OnPreviewStylusDown( System.Windows.Input.StylusDownEventArgs* e )
protected: void OnPreviewStylusDown( System.Windows.Input.StylusDownEventArgs^ e )
Parameters
- e