Class RowColumnEventArgs

RowColumnEventArgs class

Provides data for row/column events.

public class RowColumnEventArgs : EventArgs

Properties

NameDescription
Argument { get; }The argument of the event.
IsCancel { get; }shall we cancel the operation.
Num { get; }The row or column number, starts from zero.
Type { get; }The row or column type.

Methods

NameDescription
RejectOperation()Call this method in RowDeleting/ColumnDeleting event handlers to cancel the deleting operations.

See Also