InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / ApplicationClosingEventArgs Class / Cancel Property


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