How to capture object related events?

Hi,

How to capture the following events of Diagram:

1. ObjectGotSelection

2. ObjectLostSelection


3. ObjectDoubleClicked


& NodeLostSelection events?

GoXam follows the WPF/Silverlight conventions and provides a Diagram.SelectionChanged event. The GoXamIntro has a section about Selection that should answer your questions and a lot more. Search the samples for examples too.

Click events are handled by WPF/Silverlight and are therefore independent of GoXam. But you can search the samples for examples of double click event handling.