Table of Contents

Class PreviewInvokeEventArgs

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.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
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; }

Property Value

bool