'Declaration
<System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)> Protected Overridable Sub OnDpiChangedAfterParent( _ ByVal e As System.EventArgs _ )
'Usage
Dim instance As WorkbookDesigner Dim e As System.EventArgs instance.OnDpiChangedAfterParent(e)
[System.ComponentModel.Browsable(true)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] protected virtual void OnDpiChangedAfterParent( System.EventArgs e )
Parameters
- e