Represents the method that will handle the Selecting, Updating, Inserting, or Deleting event of the GenericDataSource<(Of <(TObject, TCollection, TKey>)>) control.
Namespace:
EPiServer.Web.WebControlsAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public delegate void DataSourceMethodEventHandler( Object sender, DataSourceMethodEventArgs e ) |
Parameters
- sender
- Type: System..::.Object