This is my code in vb.net Dim WithEvents SBO_Application As Application Private Sub SBO_Application_ItemEvent(ByVal FormUID As String, ByRef pVal As ItemEvent, ByRef BubbleEvent As Boolean) Handles SBO_Application.ItemEvent End Sub I am converting this code to c#. I can not declare SBO_Application. How do I declare it in c# ?