WorkspaceEventArgs Class
Provides data for the non-cancellable events exposed by IWorkspace.
Namespace: Microsoft.Practices.CompositeUI.SmartParts
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public Class WorkspaceEventArgs
Inherits EventArgs
'Usage
Dim instance As WorkspaceEventArgs
public class WorkspaceEventArgs : EventArgs
public ref class WorkspaceEventArgs : public EventArgs
public class WorkspaceEventArgs extends EventArgs
public class WorkspaceEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Practices.CompositeUI.SmartParts.WorkspaceEventArgs
Microsoft.Practices.CompositeUI.SmartParts.WorkspaceCancelEventArgs
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
WorkspaceEventArgs Members
Microsoft.Practices.CompositeUI.SmartParts Namespace