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
2306
PerformAction doubleclickrow
posted

Is there a way to call th handler of the event DoubleClickRow?

Something similar like PerformAction?

 

thank you

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    No, PerformAction is typically for keyboard actions taken by the user.

    An event handler is a method, just like any other. So you could call it directly. But this is generally considered to be poor programming practice. The better thing to do is take the code from your DoubleClickRow event and make a method out of it. Then you can call that method from the DoubleClickRow event and also from anywhere else you need it.

Reply Children
No Data