C# Класс ComponentFactory.Krypton.Workspace.WorkspaceCellEventArgs

Workspace cell event data.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WorkspaceCellEventArgs ( KryptonWorkspaceCell cell ) : System

Initialize a new instance of the WorkspaceCellEventArgs class.

Описание методов

WorkspaceCellEventArgs() публичный Метод

Initialize a new instance of the WorkspaceCellEventArgs class.
public WorkspaceCellEventArgs ( KryptonWorkspaceCell cell ) : System
cell KryptonWorkspaceCell Workspace cell associated with the event.
Результат System