Questions tagged [raiseevent]

76 questions
-4
votes
3 answers

Handling events with C# raised from VB.NET

I'm trying to manage some event. I've my main project, written in C#, and I've added another project, written in VB.NET. In the VB.NET project, I've a class, raising an event: Public Class newMessageArgs Inherits EventArgs Public Property…
Piero Alberto
  • 3,823
  • 6
  • 56
  • 108
1 2 3 4 5
6