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