nature_net.user_controls.custom_listbox_v2.OnManipulationBoundaryFeedback C# (CSharp) Méthode

OnManipulationBoundaryFeedback() protected méthode

protected OnManipulationBoundaryFeedback ( System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e ) : void
e System.Windows.Input.ManipulationBoundaryFeedbackEventArgs
Résultat void
        protected override void OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs e)
        {
            e.Handled = true;
        }