WorkspaceEventArgs(IWorkspace) Constructor
Initializes a new WorkspaceEventArgs class instance.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
workspace | DevExpress.Utils.IWorkspace | An IWorkspace object that specifies the processed workspace. This parameter is assigned to the Workspace property. |
See Also