Attachmate.Reflection.Framework Assembly > Attachmate.Reflection.Framework Namespace > ApplicationClosingEventArgs Class : Cancel Property |
'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;}