C# Class Hd.Web.Extensions.TabEventProcessor

Inheritance: System.Web.UI.WebControls.WebControl, IPostBackEventHandler
ファイルを表示 Open project: TargetProcess/Tp.HelpDesk

Public Methods

Method Description
RaisePostBackEvent ( string eventArgument ) : void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

RaisePostBackEvent() public method

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
return void