AvalonEdit
ReceiveWeakEvent Method (managerType, sender, e)
NamespacesICSharpCode.AvalonEdit.FoldingFoldingManagerReceiveWeakEvent(Type, Object, EventArgs)
Receives events from the centralized event manager.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual bool ReceiveWeakEvent(
	Type managerType,
	Object sender,
	EventArgs e
)
Protected Overridable Function ReceiveWeakEvent ( _
	managerType As Type, _
	sender As Object, _
	e As EventArgs _
) As Boolean
protected:
virtual bool ReceiveWeakEvent(
	Type^ managerType, 
	Object^ sender, 
	EventArgs^ e
)
Parameters
managerType (Type)
The type of the WeakEventManager calling this method.
sender (Object)
Object that originated the event.
e (EventArgs)
Event data.
Return Value
true if the listener handled the event. It is considered an error by the WeakEventManager handling in WPF to register a listener for an event that the listener does not handle. Regardless, the method should return false if it receives an event that it does not recognize or handle.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238