Reflection
Cancel Property (ApplicationClosingEventArgs)


A Boolean value to indicate whether to cancel the event. Set Cancel to true to cancel the event.
Syntax
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As ApplicationClosingEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}
See Also