A
Andrew Ducker
I have a class with a DataTable built into it. Various places
subscribe to the DataTable.RowChanging event. I want to grab a list of
all the subscribers.
Normally I'd use GetInvocationList, but that only seems to work on
events that are defined in the same class. Events declared inside a
different class (even one inside the current one) won't let you use
that syntax.
Anyone got any ideas?
Thanks,
Andrew Ducker
subscribe to the DataTable.RowChanging event. I want to grab a list of
all the subscribers.
Normally I'd use GetInvocationList, but that only seems to work on
events that are defined in the same class. Events declared inside a
different class (even one inside the current one) won't let you use
that syntax.
Anyone got any ideas?
Thanks,
Andrew Ducker