'Declaration<SRCategoryAttribute("CatLayout")> <SRDescriptionAttribute("ControlOnDpiChangedAfterParentDescr")> Public Event DpiChangedAfterParent As System.EventHandler
'UsageDim instance As NColorListBox Dim handler As System.EventHandler AddHandler instance.DpiChangedAfterParent, handler
[SRCategory("CatLayout")] [SRDescription("ControlOnDpiChangedAfterParentDescr")] public event System.EventHandler DpiChangedAfterParent