Attachmate.Reflection.UserControl.IbmHosts Assembly > Attachmate.Reflection.UserControl.IbmHosts Namespace > IbmTerminalControl Class : TerminalInitializedEvent Event |
'Declaration
<DescriptionAttribute("This event is fired after the terminal instance has finished and initialized.")> <CategoryAttribute("Terminal")> Public Event TerminalInitializedEvent As TerminalInitializedEventHandler
'Usage
Dim instance As IbmTerminalControl Dim handler As TerminalInitializedEventHandler AddHandler instance.TerminalInitializedEvent, handler
[Description("This event is fired after the terminal instance has finished and initialized.")] [Category("Terminal")] public event TerminalInitializedEventHandler TerminalInitializedEvent
The event handler receives an argument of type AsyncCompletedEventArgs containing data related to this event. The following AsyncCompletedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancelled | |
Error | |
UserState |