I’d like and EventHandler for “when a View is opened”.
How could I do that, and what class should I place it in?
Clue … A little bit similar to:
ClientControl.Instance.NewImageViewerControlEvent += new ClientControl.NewImageViewerControlHandler(NewImageViewerControlEvent);
