Search
VirtualKeyboard.OnVisualParentChanged Method
See Also
 






Control.OnVisualParentChanged override.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf

 Syntax

C#  Copy Code

protected override void OnVisualParentChanged (
    DependencyObject oldParent
)

Visual Basic  Copy Code

Protected Overrides Sub OnVisualParentChanged( _
    oldParent As DependencyObject _
)

 Parameters

oldParent

The old parent.

 See Also