Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / Frame Object / WorkspaceSettingChanged Event
In This Topic
    WorkspaceSettingChanged Event
    In This Topic
    Raised when a view is opened inside the frame.
    Syntax
    private Sub Frame_WorkspaceSettingChanged ( 
       ByVal sender As Object, _
       ByVal settingName As String _
    ) 

    Parameters

    sender
    Event sender.
    settingName
    The name of the Workspace setting that has changed
    See Also