PropertyPage.OnInitialize Method ()

 

Sends an initialize notification for a property page. The default implementation is empty.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

protected internal virtual void OnInitialize()
public protected:
virtual void OnInitialize()
abstract OnInitialize : unit -> unit
override OnInitialize : unit -> unit
Protected Friend Overridable Sub OnInitialize

Remarks

This notification is sent when the page is getting activated for the first time. If the user does not navigate to the page, the page never gets an initialization notification.

See Also

PropertyPage Class
Microsoft.ManagementConsole Namespace

Return to top