Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / WorkspaceSettings Class / WorkspaceSettingChanged Event


In This Topic
    WorkspaceSettingChanged Event (WorkspaceSettings)
    In This Topic
    The event is raised when a workspace setting is changed via the api.
    Syntax
    'Declaration
     
    
    Public Event WorkspaceSettingChanged As WorkspaceSettingChangedEventHandler
    'Usage
     
    
    Dim instance As WorkspaceSettings
    Dim handler As WorkspaceSettingChangedEventHandler
     
    AddHandler instance.WorkspaceSettingChanged, handler
    public event WorkspaceSettingChangedEventHandler WorkspaceSettingChanged
    Event Data

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

    PropertyDescription
    Gets or sets a value indicating the setting name that changed  
    See Also