Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TextChangingEventArgs Class / Cancel Property


In This Topic
    Cancel Property (TextChangingEventArgs)
    In This Topic
    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