BeforeFillEventArgs Properties
Supplies data for the ObjectDataSource.BeforeFill and ObjectDataSource.BeforeFillGlobal events.
Name | Description |
---|---|
Constructor |
Returns an object providing access to constructor parameters of an Object |
Data |
Returns the data member specified for an Object |
Data |
Returns the data source assigned to an Object |
Is |
Specifies whether or not the object data source is valid. |
Parameters |
Returns a collection of method and constructor parameters of an Object |
See Also