UnboundSourceValueNeededEventArgs Properties
Arguments, passed to the UnboundSource.ValueNeeded event.Name | Description |
---|---|
PropertyIndex | |
PropertyName | Gets the name of the property whose value is requested. |
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 requested. |
See Also