AdvantageGrid..::..AdvantageGridHandler Delegate
Delegate signature for [OnLoadObject] and [OnDeleteObject].
Namespace:
AdvantageCMS.Web.UI.AdminAssembly: AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)
Syntax
public delegate void AdvantageGridHandler( Object sender, AdvantageGrid..::..AdvantageGridArgs args )
Parameters
- sender
- Type: Object
The AdvantageGrid raising the event.
- args
- Type: AdvantageCMS.Web.UI.Admin..::..AdvantageGrid..::..AdvantageGridArgs
Identifies the row and command type.

