TabControl::OnInitialized Method (EventArgs^)
.NET Framework (current version)
Called when IsInitialized is set to true.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System::EventArgs^
Provides data for the Initialized event.
The control raises the IsInitialized event by calling RaiseEvent. For more information, see Routed Events Overview.
Notes to Inheritors:
When overriding OnInitialized in a derived class, be sure to call the base class’s OnInitialized method so that registered delegates receive the event.
.NET Framework
Available since 3.0
Available since 3.0
Show: