ManipulationProcessor2D.Delta Událost

Definice

Vyvolá se při změně původu manipulace nebo při překladu, změně velikosti nebo obměně.

public:
 event EventHandler<System::Windows::Input::Manipulations::Manipulation2DDeltaEventArgs ^> ^ Delta;
public event EventHandler<System.Windows.Input.Manipulations.Manipulation2DDeltaEventArgs> Delta;
member this.Delta : EventHandler<System.Windows.Input.Manipulations.Manipulation2DDeltaEventArgs> 
Public Custom Event Delta As EventHandler(Of Manipulation2DDeltaEventArgs) 
Public Event Delta As EventHandler(Of Manipulation2DDeltaEventArgs) 

Event Type

Příklady

#region OnManipulationOrInertiaDelta
private void OnManipulationOrInertiaDelta(object sender, Manipulation2DDeltaEventArgs e)
{
    // The values obtained from e.Delta can be used to move, resize, or
    // change the orientation of the element that is being manipulated.
}
#endregion

Poznámky

Událost ManipulationProcessor2D.Delta a InertiaProcessor2D.Delta událost jsou stejného typu. Obvykle můžete použít stejnou obslužnou rutinu události pro obě události.

Platí pro