Skip to main content

conditionschangeeventargs-class

Provides data for Korzh.EasyQuery.Query.ConditionsChanged event

public class Korzh.EasyQuery.ConditionsChangeEventArgs
: EventArgs

Assembly: Korzh.EasyQuery.dll

Constructors

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.

Properties

NameTypeDescription
ActionChangeTypeGets or sets the action property that shows what operation was performed.
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
WhatChangeType

Static Fields

NameTypeDescription
DefaultConditionsChangeEventArgsGets the default ConditionsChangedEventArgs object.