c# - Possible to add an event listener to a control that contains (potentially) infinite events? -


is there such thing event listener can attach control (or other) , pickup events fired child controls inside parent control?

doubtful, worth try asking couldnt find google!

i don't think so. child controls have reference parent, , parent keeps references child controls (done automatically vs's designer), other that, don't touch each other's events.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -