CCT.NUI.WPFSamples.ManipulationWindow.OnManipulationStarting C# (CSharp) Méthode

OnManipulationStarting() protected méthode

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