C# Class ComponentFactory.Krypton.Workspace.ActiveCellChangedEventArgs

Data associated with a change in the active cell.
Inheritance: System.EventArgs
Exibir arquivo Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ActiveCellChangedEventArgs ( KryptonWorkspaceCell oldCell, KryptonWorkspaceCell newCell ) : System

Initialize a new instance of the ActiveCellChangedEventArgs class.

Method Details

ActiveCellChangedEventArgs() public method

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.
return System