C# Class ComponentFactory.Krypton.Workspace.WorkspaceCellEventArgs

Workspace cell event data.
Inheritance: System.EventArgs
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
WorkspaceCellEventArgs ( KryptonWorkspaceCell cell ) : System

Initialize a new instance of the WorkspaceCellEventArgs class.

Method Details

WorkspaceCellEventArgs() public method

Initialize a new instance of the WorkspaceCellEventArgs class.
public WorkspaceCellEventArgs ( KryptonWorkspaceCell cell ) : System
cell KryptonWorkspaceCell Workspace cell associated with the event.
return System