Represents the method that will handle the Selected, Updated, Inserted, or Deleted 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 DataSourceStatusEventHandler( Object sender, DataSourceStatusEventArgs e ) |
Parameters
- sender
- Type: System..::.Object