Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / WorkspaceSettingChangedEventArgs Class
Members


In This Topic
    WorkspaceSettingChangedEventArgs Class
    In This Topic
    Event arguments for workspace settings changed event
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public Class WorkspaceSettingChangedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As WorkspaceSettingChangedEventArgs
    [Serializable()]
    public class WorkspaceSettingChangedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Attachmate.Reflection.WorkspaceSettings.WorkspaceSettingChangedEventArgs

    See Also