ValidateItemEventArgs Constructors
Stores arguments for events that trigger when a value is validated.| Name | Parameters | Description |
|---|---|---|
| ValidateItemEventArgs(Object, Int32, Object, DataChangeType, Action) | item, sourceIndex, context, dataChangeType, updateItemsSourceAction | Initializes a new instance of the ValidateItemEventArgs class with specified settings. |
See Also