TableGridViewSelectionBehaviorReceiveWeakEvent - метод

Receives events from the centralized event manager.

Definition

Пространство имён: Tessa.UI.Views.Content.Table
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public bool ReceiveWeakEvent(
	Type managerType,
	Object sender,
	EventArgs e
)

Параметры

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

Возвращаемое значение

Boolean
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 if it receives an event that it does not recognize or handle.

Реализации

IWeakEventListenerReceiveWeakEvent(Type, Object, EventArgs)

См. также