Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
If a hidden helper is needed, the control is registered as needing post-back handling.
Syntax
Visual Basic Overrides Protected Sub
OnInit( ByVal oEvent As EventArgs )C# protected override void
OnInit(EventArgs oEvent );Managed C++ protected: void
OnInit(EventArgs oEvent );JScript protected override function
OnInit(oEvent : EventArgs );
Parameters
oEvent Required. The event data.
Return Value
No return value.
Applies To
BasePostBackControl
See Also