DynamicHyperLink.OnPreRender(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the PreRender event.
protected:
override void OnPreRender(EventArgs ^ e);
protected override void OnPreRender (EventArgs e);
override this.OnPreRender : EventArgs -> unit
Protected Overrides Sub OnPreRender (e As EventArgs)
Parameters
The event data.
Exceptions
The DynamicHyperLink object cannot determine the data table to link to.
Remarks
This method notifies a DynamicHyperLink control that it should perform any necessary pre-rendering steps before the control saves view state and renders content.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.