EntityDataSourceView.ContextCreating イベント

定義

データ バインディングで使用される EntityDataSourceViewObjectContext が作成すると発生します。

public:
 event EventHandler<System::Web::UI::WebControls::EntityDataSourceContextCreatingEventArgs ^> ^ ContextCreating;
public event EventHandler<System.Web.UI.WebControls.EntityDataSourceContextCreatingEventArgs> ContextCreating;
member this.ContextCreating : EventHandler<System.Web.UI.WebControls.EntityDataSourceContextCreatingEventArgs> 
Public Custom Event ContextCreating As EventHandler(Of EntityDataSourceContextCreatingEventArgs) 

イベントの種類

EventHandler<EntityDataSourceContextCreatingEventArgs>

適用対象