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;
        }