Class CellEventArgs

CellEventArgs class

Provides data for cell events.

public class CellEventArgs : EventArgs

Constructors

NameDescription
CellEventArgs()The default constructor.

Properties

NameDescription
Argument { get; }The argument of the event.
Cell { get; }The cell.

Methods

NameDescription
ToString()Returns a string represents the current object.

See Also