FrameworkContentElement::SourceUpdated Event

 

Occurs when any associated data source participating in a binding on this element changes.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event EventHandler<DataTransferEventArgs^>^ SourceUpdated {
	void add(EventHandler<DataTransferEventArgs^>^ value);
	void remove(EventHandler<DataTransferEventArgs^>^ value);
}

This event surfaces the SourceUpdated event that is raised by any Binding associated with this element.

<object SourceUpdated="EventHandler"/>

.NET Framework
Available since 3.0
Return to top
Show: