Share via


InertiaProcessor2D.Delta Evento

Definição

Ocorre quando a origem de extrapolação foi alterada ou quando houve conversão, colocação em escala ou rotação.

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) 

Tipo de evento

Exemplos

#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

Comentários

O InertiaProcessor2D.Delta evento e o ManipulationProcessor2D.Delta evento são do mesmo tipo. Normalmente, você pode usar o mesmo manipulador de eventos para ambos os eventos.

Aplica-se a