Initialized Event
Occurs when the styled element has finished initialization.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public event EventHandler Initialized
Public Event Initialized As EventHandler
member Initialized : IEvent<EventHandler,
EventArgs>
Value
EventHandlerRemarks
The Initialized event indicates that all property values on the styled element have been set. When loading the styled element from markup, it occurs when EndInit() is called and the styled element is attached to a rooted logical tree. When the styled element is created by code and ISupportInitialize is not used, it is called when the styled element is attached to the visual tree.