Class PreviewInvokeEventArgs
Argument passed to PreviewInvoke event. Assigning Cancelling to True will cancel the invoking of the trigger.
Inheritance
System.Object
System.EventArgs
PreviewInvokeEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Interactivity
Assembly: OpenSilver.Interactivity.dll
Syntax
public class PreviewInvokeEventArgs : EventArgs
Remarks
This is an infrastructure class. Behavior attached to a trigger base object can add its behavior as a listener to TriggerBase.PreviewInvoke.
Properties
| Improve this Doc View SourceCancelling
Declaration
public bool Cancelling { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |