Represents the method that will handle the Selecting, Updating, Inserting, or Deleting 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 DataSourceMethodEventHandler(
	Object sender,
	DataSourceMethodEventArgs e
)

See Also