ObjectDataSource Events
Enables binding data-aware controls and components to a runtime-created object or an instance method.Name | Description |
---|---|
BeforeFill | Occurs before filling an object data source, which enables you to provide custom data source validation. |
BeforeFillGlobal static | Occurs before filling an object data source, enabling you to provide custom validation for all object data sources in your application. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also