PreviewInvokeEventArgs Class

Argument passed to PreviewInvoke event. Assigning Cancelling to True will cancel the invoking of the trigger.

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
Public Class PreviewInvokeEventArgs
    Inherits EventArgs
'Usage
Dim instance As PreviewInvokeEventArgs
public class PreviewInvokeEventArgs : EventArgs
public ref class PreviewInvokeEventArgs : public EventArgs
public class PreviewInvokeEventArgs extends EventArgs
public class PreviewInvokeEventArgs extends EventArgs

Remarks

This is an infrastructure class. Behavior attached to a trigger base object can add its behavior as a listener to TriggerBase.PreviewInvoke.

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PreviewInvokeEventArgs Members
System.Windows.Interactivity Namespace