Skip to main content
A newer version of this page is available. .

BeforeFillEventArgs Properties

Provides data for the ObjectDataSource.BeforeFill and ObjectDataSource.BeforeFillGlobal events.
Name Description
ConstructorInfo Returns an object providing access to constructor parameters of an ObjectDataSource.
DataMember Returns the data member specified for an ObjectDataSource.
DataSource Returns the data source assigned to an ObjectDataSource.
IsValid Specifies whether or not the object data source is valid.
Parameters Returns a collection of method and constructor parameters of an ObjectDataSource.
See Also