nature_net.user_controls.custom_listbox_v2.OnManipulationBoundaryFeedback C# (CSharp) Метод

OnManipulationBoundaryFeedback() защищенный Метод

protected OnManipulationBoundaryFeedback ( System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e ) : void
e System.Windows.Input.ManipulationBoundaryFeedbackEventArgs
Результат void
        protected override void OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs e)
        {
            e.Handled = true;
        }