What a good day everyone, diculpen I have the following question, is about how to make a custom event in c # something similar to VB if possible or not in C #
Visual Basic
<System.ComponentModel.DefaultEvent("_Click")>
Public Class Boton
Public Event _Click(ByVal bandera As Boolean)
End Class