TimePickerOnPreRender Method |
Handle the control's PreRender event in order to format the various time
components for the control's Culture and Format.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected override void OnPreRender(
EventArgs e
)
Protected Overrides Sub OnPreRender (
e As EventArgs
)
Parameters
- e
- Type: SystemEventArgs
Event args
See Also