jj 04.10 fix events for checkedlistbox

This commit is contained in:
JenneJ
2016-10-04 15:36:39 +02:00
parent 776acf29e7
commit 99e74f9e18

View File

@@ -2367,9 +2367,8 @@ Public Class ClassControlBuilder
Next
End If
If Not _designMode Then
Me.SetEventHandlers(control)
End If
Me.SetEventHandlers(control)
Me.CurrentControl = DirectCast(control, DevExpress.XtraEditors.CheckedListBoxControl)
If Not IsNothing(parent) Then
control.Parent = parent