dbicDayView Send comments on this topic.
DpiChangedAfterParent Event
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : DpiChangedAfterParent Event

Occurs when the DPI setting for a control is changed programmatically after the DPI of its parent control or form has changed.

Syntax

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

Requirements

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

See Also