Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32060

C# MVP interface

$
0
0
Hello , 
Please just explain the signature showed below , how can we use the eventhandlers of interface in our program?
publicinterface IContactDetailView
{event EventHandler Clicked;event EventHandler<DataEventArgs<Customer>> SaveClicked;
}
Thanks in advance

Viewing all articles
Browse latest Browse all 32060

Trending Articles