Class PreviewInvokeEventArgs
Argument passed to PreviewInvoke event. Assigning Cancelling to True will cancel the invoking of the trigger.
public class PreviewInvokeEventArgs : EventArgs
- Inheritance
-
PreviewInvokeEventArgs
- Inherited Members
- Extension Methods
Remarks
This is an infrastructure class. Behavior attached to a trigger base object can add its behavior as a listener to TriggerBase.PreviewInvoke.
Properties
Cancelling
public bool Cancelling { get; set; }