Skip to content

ColumnsChangeEventArgs class

Provides data for Korzh.EasyQuery.Query.ColumnsChanged event

public class Korzh.EasyQuery.ColumnsChangeEventArgs
: EventArgs
TypeNameDescription
ColumnColumnGets or sets the column which was changed. Can be null in case of Total change
Int32InfoGets or sets the addtional information of changed column. This property can be used for different purposes. For example for ChangeType.Remove events it contains index of removed column
Int32PartGets or sets the value that indicates what part of the column was changed 0 - we don’t know, 1 - expression, 2 - caption, 3 - sorting
ChangeTypeWhatGets or sets the attribute that shows what exactly was changed.
TypeNameDescription
ColumnsChangeEventArgsDefaultGets the default ConditionsChangedEventArgs object.