C# Класс CMSModules_Ecommerce_Pages_Tools_Suppliers_Supplier_List, Delete-Kentico12-Boilerplate

Наследование: CMSSuppliersPage
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnInit ( EventArgs, e ) : void
gridElem_OnAction ( string actionName, object actionArgument ) : void

Handles the UniGrid's OnAction event.

Описание методов

OnInit() защищенный Метод

protected OnInit ( EventArgs, e ) : void
e EventArgs,
Результат void

gridElem_OnAction() защищенный Метод

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
Результат void