CellEditEvent

Defines a cell editing event.

Constructors

this
this(Object sender, Object aux, int row, int column)

Default CTOR

Members

Functions

text
Text text()

Returns the edited text of the cell

Variables

column
int column;

The number of column that was edited

row
int row;

The number of row that was edited

Inherited Members

From Event

sender
Object sender;

The origin of the event

aux
Object aux;

Auxilliary event data (secondary sender, selection, etc) Type can be checked with classinfo.

type
EventType type;

The type of this event

srcType
SourceType srcType;

The type of the sender

Meta