Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IWorkspaceSettingsApi Interface / WorkspaceSettingChanged Event


In This Topic
    WorkspaceSettingChanged Event (IWorkspaceSettingsApi)
    In This Topic
    Raised when a WorkspaceSettings setting has been changed, used by server API to notify client api of setting change
    Syntax
    'Declaration
     
    
    Event WorkspaceSettingChanged As WorkspaceSettingChangedEventHandler
    'Usage
     
    
    Dim instance As IWorkspaceSettingsApi
    Dim handler As WorkspaceSettingChangedEventHandler
     
    AddHandler instance.WorkspaceSettingChanged, handler
    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