UnboundSourceValuePushedEventArgs Properties
Arguments, passed to the UnboundSource.ValuePushed event.| Name | Description |
|---|---|
| PropertyName | Gets the name of the property whose value is being set. |
| RowIndex | Gets the row index of the value. |
| Tag | Gets an object that contains data associated with the value. |
| Value | Specifies the value which is being set. |
See Also