I have a .NET class that subscribes to an event by using this line:
SecurityComponent.GcsRightsUpdated += SecurityComponent_GcsRightsUpdated;
Thi