CCT.NUI.WPFSamples.ManipulationWindow.OnManipulationStarting C# (CSharp) Method

OnManipulationStarting() protected method

protected OnManipulationStarting ( System.Windows.Input.ManipulationStartingEventArgs e ) : void
e System.Windows.Input.ManipulationStartingEventArgs
return void
        protected override void OnManipulationStarting(ManipulationStartingEventArgs e)
        {
            base.OnManipulationStarting(e);
            e.ManipulationContainer = this;
            e.Handled = true;
        }