EntityDataSource::QueryCreated Event

.NET Framework (current version)
 

Occurs after the EntityDataSource creates an Entity SQL query that was specified during the configuration of the EntityDataSource control.

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

public:
event EventHandler<QueryCreatedEventArgs^>^ QueryCreated {
	virtual void add(EventHandler<QueryCreatedEventArgs^>^ value) sealed;
	virtual void remove(EventHandler<QueryCreatedEventArgs^>^ value) sealed;
}

.NET Framework
Available since 4.0
Return to top
Show: