GridViewRowPresenterBase::IWeakEventListener::ReceiveWeakEvent Method (Type^, Object^, EventArgs^)
.NET Framework (current version)
This type or 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^ args ) sealed = IWeakEventListener::ReceiveWeakEvent
Parameters
- managerType
-
Type:
System::Type^
The type of the WeakEventManager calling this method.
- sender
-
Type:
System::Object^
Object that originated the event.
- args
-
Type:
System::EventArgs^
Event data.
.NET Framework
Available since 3.0
Available since 3.0
Show: