Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    949

    Re: Event Handler Question

    To call a method in a class, you need a reference to the class that the method is in.
    referenceToCiass.theMethodInTheClass();
  2. Replies
    5
    Views
    949

    Re: Event Handler Question

    Yes, one method can call another method from the listener method.
Results 1 to 2 of 2