EntityDataSourceView::QueryCreated Event

.NET Framework (current version)
 

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

This API is not CLS-compliant.

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

public:
[CLSCompliantAttribute(false)]
event EventHandler<QueryCreatedEventArgs^>^ QueryCreated {
	void add(EventHandler<QueryCreatedEventArgs^>^ value);
	void remove(EventHandler<QueryCreatedEventArgs^>^ value);
}

.NET Framework
Available since 4.0
Return to top
Show: