BeforeFillEventArgs Constructors
Supplies data for the ObjectDataSource.BeforeFill and ObjectDataSource.BeforeFillGlobal events.Name | Parameters | Description |
---|---|---|
BeforeFillEventArgs(Object, String, ObjectConstructorInfo, IEnumerable<Parameter>) | dataSource, dataMember, constructorInfo, parameters | Initializes a new instance of the BeforeFillEventArgs class with the specified settings. |
See Also