ConditionsChangeEventArgs class
Provides data for Korzh.EasyQuery.Query.ConditionsChanged event
public class Korzh.EasyQuery.ConditionsChangeEventArgs : EventArgs
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
Condition | Condition | Gets or sets the condition which was changed. Can be null in case of Total change |
Int32 | Info | Gets 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 |
ChangeType | What | Gets or sets the attribute that shows what exactly was changed. |
Static Properties
Section titled “Static Properties”Type | Name | Description |
---|---|---|
ConditionsChangeEventArgs | Default | Gets the default ConditionsChangedEventArgs object. |