Receives events from the centralized event manager.
Declaration Syntax
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