GroupingEventArgs - конструктор

Initializes a new instance of the GroupingEventArgs class. Initializes a new instance of the EventArgs class.

Definition

Пространство имён: Tessa.UI.Views.Content
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public GroupingEventArgs(
	[CanBeNullAttribute] IViewColumnMetadata oldColumn,
	[CanBeNullAttribute] IViewColumnMetadata newColumn
)

Параметры

oldColumn  IViewColumnMetadata
The old Column.
newColumn  IViewColumnMetadata
The new Column.

См. также