Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / WorkspaceSettingChangedEventArgs Class / WorkspaceSettingChangedEventArgs Constructor
The name of the settings that has changed


In This Topic
    WorkspaceSettingChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the WorkspaceSettingChangedEventArgs class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal settingName As String _
    )
    'Usage
     
    
    Dim settingName As String
     
    Dim instance As New WorkspaceSettingChangedEventArgs(settingName)
    public WorkspaceSettingChangedEventArgs( 
       string settingName
    )

    Parameters

    settingName
    The name of the settings that has changed
    See Also