Try our conversational search powered by Generative AI!

Delegate DataSourceStatusEventHandler

Represents the method that will handle the Selected, Updated, Inserted, or Deleted event of the GenericDataSource<TObject, TCollection, TKey> control.

Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public delegate void DataSourceStatusEventHandler(object sender, DataSourceStatusEventArgs e);
Parameters
Type Name Description
System.Object sender
DataSourceStatusEventArgs e

Constructors

DataSourceStatusEventHandler(Object, IntPtr)

Declaration
public DataSourceStatusEventHandler(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(Object, DataSourceStatusEventArgs, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(object sender, DataSourceStatusEventArgs e, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Object sender
DataSourceStatusEventArgs e
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(Object, DataSourceStatusEventArgs)

Declaration
public virtual void Invoke(object sender, DataSourceStatusEventArgs e)
Parameters
Type Name Description
System.Object sender
DataSourceStatusEventArgs e

Extension Methods