C# Class MasterData_User_List, yfkey-scms

Inheritance: com.Sconit.Web.ListModuleBase
Mostra file Open project: Novthirteen/yfkey-scms

Public Properties

Property Type Description
EditEvent EventHandler,

Public Methods

Method Description
UpdateView ( ) : void

Protected Methods

Method Description
GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
lbtnDelete_Click ( object sender, EventArgs e ) : void
lbtnEdit_Click ( object sender, EventArgs e ) : void

Method Details

GV_List_RowDataBound() protected method

protected GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
return void

UpdateView() public method

public UpdateView ( ) : void
return void

lbtnDelete_Click() protected method

protected lbtnDelete_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

lbtnEdit_Click() protected method

protected lbtnEdit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

EditEvent public_oe property

public EventHandler, EditEvent
return EventHandler,