Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / OnDpiChangedAfterParent Method
An System.Windows.Forms.DpiChangedEventArgs that contains the event data.

In This Topic
    OnDpiChangedAfterParent Method (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDpiChangedAfterParent( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnDpiChangedAfterParent( 
       EventArgs e
    )

    Parameters

    e
    An System.Windows.Forms.DpiChangedEventArgs that contains the event data.
    See Also