[CLOSED] Direct Event Arguments

  1. #1

    [CLOSED] Direct Event Arguments

    Hi all here we can found listeners Events and Arguments its helpful . But I was thinking about Direct event ,there are a event for button de.Click.Before or maybe Once Dimitris help me with a line of code ,Is there any place where we can found this type of listing for Direct Event and its Arguments ?
    Last edited by Daniil; May 26, 2015 at 4:49 PM. Reason: [CLOSED]
  2. #2
    Hi @matrixwebtech,

    Is there any place where we can found this type of listing for Direct Event and its Arguments ?
    Unfortunately, in Ext.NET sources only. The quickest way would be a debugger:
    de.Click.Before = "debugger;"

    It would stop there and you would see all the available arguments.
  3. #3
    Thankx for tips.
    Is that technique applicable for other direct event also?
  4. #4
    Is that technique applicable for other direct event also?
    It should be applicable for any JavaScript handlers.

Similar Threads

  1. Replies: 2
    Last Post: May 13, 2014, 8:52 AM
  2. [CLOSED] Output Cache issue with Direct Method / Direct Event
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 18
    Last Post: Mar 01, 2013, 5:03 AM
  3. [CLOSED] Direct Event arguments on server side
    By anup in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 06, 2012, 8:25 PM
  4. Replies: 3
    Last Post: Apr 20, 2010, 12:21 PM

Posting Permissions