Click or drag to resize

GridViewAdapterOnPreRender Method

Raises the PreRender event. This notifies the control to perform any steps necessary for its creation on a page request.

Namespace:  Bootstrap.A11y.Adapters
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
protected override void OnPreRender(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
An EventArgs object that contains the event data.
See Also