Click or drag to resize

IWorkbench Events

The IWorkbench type exposes the following members.

Events
 NameDescription
Public eventActiveContentChanged Occurs when the active view content changed. When active view content changed, first, the corresponding PropertyChanged event will be raised. Only after that, the event here will be raised.
Public eventActiveViewContentChanged Occurs when the active view content changed. When active view content changed, first, the PropertyChanged event will be raised. Only after that, the event here will be raised.
Public eventPropertyChangedOccurs when a property value changes.
(Inherited from INotifyPropertyChanged)
Top
See Also