InfoConnect for Airlines
Cancel Property (CancelableEventArgs)


Gets or sets the Cancel property. Set the Cancel property to true the event.
Syntax
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As CancelableEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}
See Also