C# Class CMSModules_Ecommerce_Pages_Tools_Suppliers_Supplier_List, Delete-Kentico12-Boilerplate

Inheritance: CMSSuppliersPage
Afficher le fichier Open project: Delete-Agency/Delete-Kentico12-Boilerplate

Méthodes protégées

Méthode Description
OnInit ( EventArgs, e ) : void
gridElem_OnAction ( string actionName, object actionArgument ) : void

Handles the UniGrid's OnAction event.

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs, e ) : void
e EventArgs,
Résultat void

gridElem_OnAction() protected méthode

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
Résultat void