Skip to content

ConditionsChangeEventArgs class

Provides data for Korzh.EasyQuery.Query.ConditionsChanged event

public class Korzh.EasyQuery.ConditionsChangeEventArgs
: EventArgs
TypeNameDescription
ConditionConditionGets or sets the condition which was changed. Can be null in case of Total change
Int32InfoGets or sets the addtional information of changed condition. This property can be used for different purposes. For example for ChangeType.Remove events it contains index of removed condition
ChangeTypeWhatGets or sets the attribute that shows what exactly was changed.
TypeNameDescription
ConditionsChangeEventArgsDefaultGets the default ConditionsChangedEventArgs object.