C# Class Windows.UI.Interactivity.PreviewInvokeEventArgs

Argument passed to PreviewInvoke event. Assigning Cancelling to True will cancel the invoking of the trigger.
This is an infrastructure class. Behavior attached to a trigger base object can add its behavior as a listener to TriggerBase.PreviewInvoke.
Inheritance: System.EventArgs
显示文件 Open project: jlaanstra/Windows.UI.Interactivity Class Usage Examples