ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1EditableContentControl Class / OnIsKeyboardFocusWithinChanged Method

In This Topic
    OnIsKeyboardFocusWithinChanged Method (C1EditableContentControl)
    In This Topic
    Invoked just before the System.Windows.UIElement.IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnIsKeyboardFocusWithinChanged( _
       ByVal e As DependencyPropertyChangedEventArgs _
    ) 
    protected override void OnIsKeyboardFocusWithinChanged( 
       DependencyPropertyChangedEventArgs e
    )

    Parameters

    e
    See Also