Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
804
Client event in .cs file
posted

Hi,

Can I catch the event of a WebImageViewer in my .cs file.

Exemple: I want the client side event ImageClick.

I know in VB we can double click on a button and we have a line like that:

protected void WebImageViewer1_ImageClick(object sender, System.EventArgs e)

But with your controls, is it possible and in C#??

 

thanks you

 

Gabriel Deschenes