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

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public delegate void DataSourceStatusEventHandler(
	Object sender,
	DataSourceStatusEventArgs e
)

See Also