バージョン

OnPreRender メソッド (HierarchicalDataBoundControlMain)

System.Web.UI.Control.PreRender イベントを処理します。
シンタックス
'宣言
 
Protected Overrides Sub OnPreRender( _
   ByVal e As EventArgs _
) 
protected override void OnPreRender( 
   EventArgs e
)

パラメータ

e
イベント データを含む System.EventArgs オブジェクト。
例外
例外解説
System.InvalidOperationExceptionThe exception that is thrown when a method call is invalid for the object's current state.
参照