Class CellEventArgs

CellEventArgs class

Provides data for grid cell events.

public class CellEventArgs : EventArgs

Properties

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

See Also