I have just started to explore custom controls in wpf. I am typically a vb.net developer. In vb.net there are a list of events in the code file in the upper right combo box. Even though the combo box is there, the events are not there in C#. I know how to override the events in c# but the signature is not the same and this is not the same thing as handling the events. What is the proper way to handle events in wpf custom controls for C#?I have just started to explore custom controls