Hello Peter,
thank you for your reply.
I made a fault, because in my logic I convert the RadItem, to the RadCheckBoxElement or the RadButtonElement, etc., with the as C# operator.
The RadCheckBoxElement inherits from the RadButtonElement, so the event was subscibed twice.
I corrected my logic like this example:
Best regards.
Marco