BindingExpressionBase::IWeakEventListener::ReceiveWeakEvent Method (Type^, Object^, EventArgs^)

 

This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

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

private:
virtual bool ReceiveWeakEvent(
	Type^ managerType,
	Object^ sender,
	EventArgs^ e
) sealed = IWeakEventListener::ReceiveWeakEvent

Parameters

managerType
Type: System::Type^

The type of the WeakEventManager calling this method. This only recognizes manager objects of type CollectionChangedEventManager.

sender
Type: System::Object^

Object that originated the event.

e
Type: System::EventArgs^

Event data.

Return Value

Type: System::Boolean

true if the listener handled the event; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: