C# Class ComponentFactory.Krypton.Docking.DockableWorkspaceCellEventArgs

Event arguments for a DockableWorkspaceCellAdding/DockableWorkspaceCellRemoving events.
Inheritance: System.EventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
DockableWorkspaceCellEventArgs ( KryptonDockableWorkspace workspace, KryptonDockingWorkspace element, KryptonWorkspaceCell cell ) : System

Initialize a new instance of the DockableWorkspaceCellEventArgs class.

Method Details

DockableWorkspaceCellEventArgs() public méthode

Initialize a new instance of the DockableWorkspaceCellEventArgs class.
public DockableWorkspaceCellEventArgs ( KryptonDockableWorkspace workspace, KryptonDockingWorkspace element, KryptonWorkspaceCell cell ) : System
workspace KryptonDockableWorkspace Reference to existing dockable workspace control instance.
element KryptonDockingWorkspace Reference to docking workspace element that is managing the dockable workspace control.
cell KryptonWorkspaceCell Reference to workspace control cell instance.
Résultat System