WmlObjectListAdapter.OnPreRender(EventArgs) Method

Definition

Sets the SecondaryUIMode for the control, and calls the PreShowItemCommands(Int32) method on its Control. This API is obsolete. 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)

Parameters

e
EventArgs

The EventArgs for the event.

Applies to