Attachmate.Reflection.Emulation.OpenSystems Namespace > ITerminal Interface : SettingsLoading Event |
'Declaration
<SuppressMessageAttribute(Category="Microsoft.Design", CheckId="CA1009:DeclareEventHandlersCorrectly", Scope="", Target="", MessageId="", Justification="")> Event SettingsLoading As SettingsLoadingEventHandler
'Usage
Dim instance As ITerminal Dim handler As SettingsLoadingEventHandler AddHandler instance.SettingsLoading, handler
[SuppressMessage(Category="Microsoft.Design", CheckId="CA1009:DeclareEventHandlersCorrectly", Scope="", Target="", MessageId="", Justification="")] event SettingsLoadingEventHandler SettingsLoading
The event handler receives an argument of type SettingsLoadingEventArgs containing data related to this event. The following SettingsLoadingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets the Cancel property. Set the Cancel property to true the event. (Inherited from Attachmate.Reflection.CancelableEventArgs) |
SettingsFile |