CollectionViewSource::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 DataChangedEventManager.
- 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: