ArcFM Solution Developer Guide
OnDpiChanged Method (frmDatabaseVersion)


Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(True)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
Protected Overridable Sub OnDpiChanged( _
   ByVal e As System.Windows.Forms.DpiChangedEventArgs _
) 
'Usage
 
Dim instance As frmDatabaseVersion
Dim e As System.Windows.Forms.DpiChangedEventArgs
 
instance.OnDpiChanged(e)
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
protected virtual void OnDpiChanged( 
   System.Windows.Forms.DpiChangedEventArgs e
)

Parameters

e
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

frmDatabaseVersion Class
frmDatabaseVersion Members

 

 


Send Comment