Spread Windows Forms 12.0 Product Documentation
Cancel Property (TextChangingEventArgs)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > TextChangingEventArgs Class : Cancel Property
Gets or sets the value that indicates whether the changing action is canceled.
Syntax
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As TextChangingEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}

Property Value

A bool value that indicates whether the changing action is canceled.
Remarks
If the Cancel property is true, the text does not change.
See Also

Reference

TextChangingEventArgs Class
TextChangingEventArgs Members