C# 클래스 CMSModules_Ecommerce_Pages_Tools_Suppliers_Supplier_List, Delete-Kentico12-Boilerplate

상속: CMSSuppliersPage
파일 보기 프로젝트 열기: Delete-Agency/Delete-Kentico12-Boilerplate

보호된 메소드들

메소드 설명
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