Window.OnManipulationBoundaryFeedback Methode

Definitie

Wordt aangeroepen wanneer de ManipulationBoundaryFeedback gebeurtenis plaatsvindt.

protected:
 override void OnManipulationBoundaryFeedback(System::Windows::Input::ManipulationBoundaryFeedbackEventArgs ^ e);
protected override void OnManipulationBoundaryFeedback(System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e);
override this.OnManipulationBoundaryFeedback : System.Windows.Input.ManipulationBoundaryFeedbackEventArgs -> unit
Protected Overrides Sub OnManipulationBoundaryFeedback (e As ManipulationBoundaryFeedbackEventArgs)

Parameters

e
ManipulationBoundaryFeedbackEventArgs

De gegevens voor de gebeurtenis.

Opmerkingen

Deze implementatie wijzigt niet de afgehandelde status (de Handled eigenschap) van de ManipulationBoundaryFeedback gebeurtenisgegevens.

Notities voor overnemers

Als u overschrijft OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs), roept u altijd de basis-implementatie aan in uw OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) implementatie. Als u de basisuitvoering niet aanroept, voorkomt u dat basisklassen de gebeurtenis verwerken, waardoor het runtimegedrag van de uiteindelijke klasse kan worden gewijzigd. U kunt de basis-implementatie aanroepen voor of na uw speciale verwerking, afhankelijk van uw vereisten.

Van toepassing op