OleComponent::ModalStateChanged Event

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
event EventHandler<StateChangedEventArgs^>^ ModalStateChanged {
	void add(EventHandler<StateChangedEventArgs^>^ value);
	void remove(EventHandler<StateChangedEventArgs^>^ value);
}
Return to top
Show: