OnAddOwner Method
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
protected override sealed void OnAddOwner(
IResourceHost owner
)
Protected Overrides NotOverridable Sub OnAddOwner (
owner As IResourceHost
)
abstract OnAddOwner :
owner : IResourceHost -> unit
override OnAddOwner :
owner : IResourceHost -> unit