Spread Windows Forms 12.0 Product Documentation
Cancel Property (PropertyChangingEventArgs)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > PropertyChangingEventArgs Class : Cancel Property
Gets or sets whether to cancel changing the property value.
Syntax
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As PropertyChangingEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}
See Also

Reference

PropertyChangingEventArgs Class
PropertyChangingEventArgs Members