public static T GetPooled (UIElements.IEventHandler target, UIElements.Focusable relatedTarget, UIElements.FocusChangeDirection direction, UIElements.FocusController focusController);

参数

target事件目标。
relatedTarget相关目标。
direction焦点更改的方向。
focusController管理焦点的对象。

返回

T 已初始化的事件。

描述

从事件池获取事件并用给定值初始化。请使用此函数而不是创建新事件。需要将使用此方法获取的事件释放回池中。可以使用 `Dispose()` 进行释放。