Occurs when UI manipulations such as shape moving or selection changing have caused the view to change. The event handler receives an argument of type View
public event ViewChangedEventArgs ViewChanged;
Public Event ViewChanged As ViewChangedEventArgs