Skip to content

ConditionsChangeEventArgs class

Provides data for Korzh.EasyQuery.Query.ConditionsChanged event

public class Korzh.EasyQuery.ConditionsChangeEventArgs
: EventArgs

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
ConditionsChangeEventArgs(ChangeType what, Condition condition, int info)voidInitializes a new instance of the Korzh.EasyQuery.ConditionsChangeEventArgs class.
ConditionsChangeEventArgs(ChangeType what, Condition condition)voidInitializes a new instance of the Korzh.EasyQuery.ConditionsChangeEventArgs class.
ConditionsChangeEventArgs()voidInitializes a new instance of the Korzh.EasyQuery.ConditionsChangeEventArgs class.
NameTypeDescription
ConditionConditionGets or sets the condition which was changed. Can be null in case of Total change
InfointGets 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
WhatChangeTypeGets or sets the attribute that shows what exactly was changed.
NameTypeDescription
DefaultConditionsChangeEventArgsGets the default ConditionsChangedEventArgs object.