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

Data associated with a change in the active cell.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ActiveCellChangedEventArgs ( KryptonWorkspaceCell oldCell, KryptonWorkspaceCell newCell ) : System

Initialize a new instance of the ActiveCellChangedEventArgs class.

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

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

Initialize a new instance of the ActiveCellChangedEventArgs class.
public ActiveCellChangedEventArgs ( KryptonWorkspaceCell oldCell, KryptonWorkspaceCell newCell ) : System
oldCell KryptonWorkspaceCell Previous active cell value.
newCell KryptonWorkspaceCell New active cell value.
Результат System