Author Topic: Event Handlers Registration  (Read 1160 times)

0 Members and 1 Guest are viewing this topic.

jsr

  • Guest
Event Handlers Registration
« on: January 15, 2011, 08:24:01 AM »
Hi all,

How do we know if an event handler is already registered with AutoCAD.

Thanks.

bikelink

  • Guest
Re: Event Handlers Registration
« Reply #1 on: March 14, 2011, 10:56:19 AM »
a simple way is to write a class in order to you manage the registration..
some like  as
class aa
{
document d;
bool eventrecorded;
}

and then a list of this..
you can find  completed examples in .net samples.