Class CellValidationEventArgs

CellValidationEventArgs class

Provides data for grid cell validation events.

public class CellValidationEventArgs : EventArgs

Properties

NameDescription
Cell { get; }Represents a grid cell.
Handled { get; set; }Gets or sets the value indicating whether the event should be handled.
NewValue { get; }Gets the new value set to cell.

See Also