What is IconnectionPoint and EventHandling
Trying to understand What is IConnectionPoint and how this is connected to IConnectionPointContainer,IEnumConnectionPoints,IEnumConnections and EventHandling . Read the artcicles from MSDN and CodeProject which is explaining a about other methods like: QueryInterface() and otherthings. I am unable to figure out how all these things( IConnectionPointContainer,IEnumConnectionPoints,IEnumConnections ) are interconnected with eachother and event Handling. I just want to create a simpleClient which Will trigger an event in COM object. If there are any articles or code snippet that can explain how