Table of Contents

Class PreviewInvokeEventArgs

Namespace
Microsoft.Xaml.Behaviors
Assembly
Microsoft.Xaml.Behaviors.dll

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

public class PreviewInvokeEventArgs : EventArgs
Inheritance
PreviewInvokeEventArgs
Inherited Members

Remarks

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

Constructors

PreviewInvokeEventArgs()

public PreviewInvokeEventArgs()

Properties

Cancelling

public bool Cancelling { get; set; }

Property Value

bool