C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / NavigatorAddingEventArgs Class / Cancel Property

In This Topic
Cancel Property (NavigatorAddingEventArgs)
In This Topic
This argument is False by default. If you set it to True in your event code, the navigator control will abort adding a new row.
Syntax
'Declaration
 
Public Property Cancel As Boolean
 
See Also