Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Another question about events. (Read 1181 times)
PDM.
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 256
Joined: Dec 2nd, 2010
Another question about events.
Jun 14th, 2012 at 11:07am
Print Post  
Of course this not work

private void form_NodeClicked(object sender, NodeEventArgs e)
{
my_MouseLeftButtonDown(sender , e);
}


private void my_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
}


Some woraround for make ts work?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Another question about events.
Reply #1 - Jun 14th, 2012 at 1:29pm
Print Post  
Create a new MouseButtonEventArgs instance as shown in http://mindfusion.eu/Forum/YaBB.pl?num=1339490862/12#12 and pass it to my_MouseLeftButtonDown.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint