TypePresenter::TypeBrowserOpened Event

.NET Framework (current version)
 

Provides event accessors for the TypeBrowserOpenedEvent.

Namespace:   System.Activities.Presentation.View
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
event RoutedEventHandler^ TypeBrowserOpened {
	void add(RoutedEventHandler^ value);
	void remove(RoutedEventHandler^ value);
}

The TypeBrowserOpenedEvent is raised when the user opens the browser.

.NET Framework
Available since 4.0
Return to top
Show: