ObjectDataSourceDisposingEventArgs.ObjectDataSourceDisposingEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the ObjectDataSourceDisposingEventArgs class using the specified object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public ObjectDataSourceDisposingEventArgs ( Object objectInstance )
public function ObjectDataSourceDisposingEventArgs ( objectInstance : Object )
Not applicable.
Parameters
- objectInstance
The business object with which the ObjectDataSource interacts to perform data operations.
Community Additions
ADD
Show: