Receives events from the centralized event manager.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool ReceiveWeakEvent(
	Type managerType,
	Object sender,
	EventArgs e
)
Visual Basic (Declaration)
Public Function ReceiveWeakEvent ( _
	managerType As Type, _
	sender As Object, _
	e As EventArgs _
) As Boolean

Parameters

managerType
Type: System..::.Type
The type of the WeakEventManager calling this method.
sender
Type: System..::.Object
Object that originated the event.
e
Type: System..::.EventArgs
Event data.

Return Value

true if the event was handled; otherwise false.

Implements

IWeakEventListener..::.ReceiveWeakEvent(Type, Object, EventArgs)

See Also