TopLevel.

OnOpened(EventArgs) Method

Summary

Raises the Opened event.
Namespace
Avalonia.Controls
Containing Type
TopLevel

Syntax

protected virtual void OnOpened(EventArgs e)

Parameters

Name Type Description
e EventArgs The event args.

Return Value

Type Description
void