WmlObjectListAdapter.OnPreRender(EventArgs) 方法

定义

设置控件的 SecondaryUIMode 并对其 PreShowItemCommands(Int32) 调用 Control 方法。Sets the SecondaryUIMode for the control, and calls the PreShowItemCommands(Int32) method on its Control. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 override void OnPreRender(EventArgs ^ e);
public override void OnPreRender (EventArgs e);
override this.OnPreRender : EventArgs -> unit
Public Overrides Sub OnPreRender (e As EventArgs)

参数

e
EventArgs

该事件的 EventArgsThe EventArgs for the event.

适用于