dbicDayView Send comments on this topic.
DpiChangedBeforeParent Event
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : DpiChangedBeforeParent Event

Occurs when the DPI setting for a control is changed programmatically before a DPI change event for its parent control or form has occurred.

Syntax

Visual Basic (Declaration) 
Public Event DpiChangedBeforeParent As EventHandler
C# 
public event EventHandler DpiChangedBeforeParent

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also