IFormRegion.OnStartup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs after an instance of the form region is created but before the form region appears.
public:
void OnStartup();
public void OnStartup ();
abstract member OnStartup : unit -> unit
Public Sub OnStartup ()