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