Click or drag to resize

ScriptEventArgsCancel Method

Notifies the event raiser to cancel the opperation it's about to perform.

Namespace:  RRAutoLib.Scripting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Sub Cancel
Remarks
This hint is only observed for events that support opperation canceling. These are events with names that start with "Before" (i.e. "BeforeStateChange").
See Also