CollectionContainer::IWeakEventListener::ReceiveWeakEvent Method (Type^, Object^, EventArgs^)
.NET Framework (current version)
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: