UserValueProcessingEventArgs Fields
Provides data for the CriteriaOperator.UserValueParse and CriteriaOperator.UserValueParse events.| Name | Description |
|---|---|
| Data | The user object’s string representation. |
| Empty static | Provides a value to use with events that do not have event data. Inherited from EventArgs. |
| Handled | Specifies whether the user object is serialized / parsed. |
| Tag | The supplementary information. |
| Value | The user object to serialize / parse. |
See Also