CollectionContainer::ReceiveWeakEvent Method (Type^, Object^, EventArgs^)
.NET Framework (current version)
Handles events from the centralized event table.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual bool ReceiveWeakEvent( Type^ managerType, Object^ sender, EventArgs^ e )
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^
The object that originated the event.
- e
-
Type:
System::EventArgs^
The event data.
.NET Framework
Available since 3.0
Available since 3.0
Show: