C# Class ComponentFactory.Krypton.Workspace.WorkspaceCellEventArgs

Workspace cell event data.
Inheritance: System.EventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
WorkspaceCellEventArgs ( KryptonWorkspaceCell cell ) : System

Initialize a new instance of the WorkspaceCellEventArgs class.

Method Details

WorkspaceCellEventArgs() public méthode

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