EditorZoneBase.OnPreRender(EventArgs) Method

Definition

Raises the PreRender event, and calls the PerformPreRender() method for the chrome elements of the EditorPart controls.

protected public:
 override void OnPreRender(EventArgs ^ e);
protected internal override void OnPreRender (EventArgs e);
override this.OnPreRender : EventArgs -> unit
Protected Friend Overrides Sub OnPreRender (e As EventArgs)

Parameters

e
EventArgs

A EventArgs that contains the event data.

Applies to

See also