assembly events

assembly events

Anonymous
Not applicable
312 Views
3 Replies
Message 1 of 4

assembly events

Anonymous
Not applicable
When is the OnAssemblyChanged event supposed to fire?
I want to get notified when a component is added/removed from an assembly, going by the name it sound like that should be the one. (the doc dont say much)
But it does not fire, actually it never ever fires, so either im doing something completely wrong or it fires for something i dont know what it is.

/Magnus
0 Likes
313 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Really nobody who knows when the OnAssemblyChanged event is supposed to fire?

/Magnus
0 Likes
Message 3 of 4

Anonymous
Not applicable
I've posted a sample VB program and EXE in customer
files that listens for the OnAssemblyChanged event.  This event is fired
when any change occurs within an assembly.

 

-Brian


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Really
nobody who knows when the OnAssemblyChanged event is supposed to fire?

/Magnus

0 Likes
Message 4 of 4

Anonymous
Not applicable
That fires as it should.
Something wrong with my sink map then.
Thanks.
0 Likes