WorkspaceChangedEventArgs Class

Applies to v2.

Represents a class that represents the event arguments for a WorkspaceChanged event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.WebMatrix.Extensibility.WorkspaceChangedEventArgs

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Class WorkspaceChangedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As WorkspaceChangedEventArgs
public class WorkspaceChangedEventArgs : EventArgs
public ref class WorkspaceChangedEventArgs : public EventArgs
type WorkspaceChangedEventArgs =  
    class 
        inherit EventArgs 
    end
public class WorkspaceChangedEventArgs extends EventArgs

The WorkspaceChangedEventArgs type exposes the following members.

Constructors

  Name Description
Public method WorkspaceChangedEventArgs Initializes a new instance of the WorkspaceChangedEventArgs class.

Top

Properties

  Name Description
Public property NewWorkspace Gets a value indicating the new (current) workspace.
Public property OldWorkspace Gets a value indicating the old (previous) workspace.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace