Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / Closing Event


Closing Event (ITerminal)
This event occurs when the request to close the session has been made.
Syntax
'Declaration
 
Event Closing As CancelableEventHandler
 
'Usage
 
Dim instance As ITerminal
Dim handler As CancelableEventHandler
 
AddHandler instance.Closing, handler
Event Data

The event handler receives an argument of type CancelableEventArgs containing data related to this event. The following CancelableEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets the Cancel property. Set the Cancel property to true the event.  
See Also