TypePresenter::TypeChanged Event

.NET Framework (current version)
 

Provides event accessors for the TypeChangedEvent.

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

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

The TypeChangedEvent is raised when the user changes the type of the selected control.

.NET Framework
Available since 4.0
Return to top
Show: