ComponentOne Input for WinForms
Cancel Property (NavigatorBeforeActionEventArgs)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > NavigatorBeforeActionEventArgs Class : Cancel Property
This argument is False by default. If you set it to True in your event code, the navigator control will skip the standard action associated with the button.
Syntax
'Declaration
 
Public Property Cancel As System.Boolean
public System.bool Cancel {get; set;}
See Also

Reference

NavigatorBeforeActionEventArgs Class
NavigatorBeforeActionEventArgs Members