C# Class CMSModules_Ecommerce_Pages_Tools_Suppliers_Supplier_List, Delete-Kentico12-Boilerplate

Inheritance: CMSSuppliersPage
ファイルを表示 Open project: Delete-Agency/Delete-Kentico12-Boilerplate

Protected Methods

Method Description
OnInit ( EventArgs, e ) : void
gridElem_OnAction ( string actionName, object actionArgument ) : void

Handles the UniGrid's OnAction event.

Method Details

OnInit() protected method

protected OnInit ( EventArgs, e ) : void
e EventArgs,
return void

gridElem_OnAction() protected method

Handles the UniGrid's OnAction event.
protected gridElem_OnAction ( string actionName, object actionArgument ) : void
actionName string Name of item (button) that throws event
actionArgument object ID (value of Primary key) of corresponding data row
return void