Event Handlers

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sqlhack@gmail.com

    #1

    Event Handlers

    Hello all,
    I am looking for a way to either parse though all event hadlers liked
    to an event, or to remove all event handlers linked to a object. I was
    thinking about using the handle created event, but it does not provide
    enough information about the created handle. Thanks in advance.

  • Herfried K. Wagner [MVP]

    #2
    Re: Event Handlers

    <sqlhack@gmail. com> schrieb:[color=blue]
    > I am looking for a way to either parse though all event hadlers liked
    > to an event, or to remove all event handlers linked to a object. I was
    > thinking about using the handle created event, but it does not provide
    > enough information about the created handle. Thanks in advance.[/color]

    <URL:http://dotnet.mvps.org/dotnet/code/techniques/#EventHandlerCo unt> +
    documentation on events.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    Working...