EntityDataSourceSelectingEventArgs::DataSource Property

 

Gets the EntityDataSource instance that raised the Selecting event.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Entity (in System.Web.Entity.dll)

public:
property EntityDataSource^ DataSource {
	EntityDataSource^ get();
}

Property Value

Type: System.Web.UI.WebControls::EntityDataSource^

The data source that raised the Selecting event.

.NET Framework
Available since 3.5
Return to top
Show: