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 | |
---|---|---|
WorkspaceChangedEventArgs | Initializes a new instance of the WorkspaceChangedEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
NewWorkspace | Gets a value indicating the new (current) workspace. | |
OldWorkspace | Gets a value indicating the old (previous) workspace. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.