Share via


Classe PreviewInvokeEventArgs

Argomento passato all'evento PreviewInvoke. Se si assegna true a Cancelling, verrà annullata la chiamata dal trigger.

Spazio dei nomi: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Sintassi

'Dichiarazione
Public Class PreviewInvokeEventArgs
    Inherits EventArgs
'Utilizzo
Dim instance As PreviewInvokeEventArgs
public class PreviewInvokeEventArgs : EventArgs
public ref class PreviewInvokeEventArgs : public EventArgs
public class PreviewInvokeEventArgs extends EventArgs
public class PreviewInvokeEventArgs extends EventArgs

Note

Questa è una classe infrastruttura. Comportamento collegato a un oggetto di base trigger che può aggiungere il comportamento come listener a TriggerBase.PreviewInvoke.

Gerarchia ereditarietà

System.Object
   System.EventArgs
    System.Windows.Interactivity.PreviewInvokeEventArgs

Thread safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. I membri di istanza invece non sono necessariamente thread-safe.

Vedere anche

Riferimenti

Membri PreviewInvokeEventArgs
Spazio dei nomi System.Windows.Interactivity