Experimental: this API is experimental and might be changed or removed in the future.

FocusEventBase<T0>.GetPooled(IEventHandler,Focusable,FocusChangeDirection)

切换到手册

参数

target事件目标。
relatedTarget相关目标。
direction焦点更改的方向。

返回

void 返回已初始化的事件。

描述

从事件池获取一个事件并用给定的值初始化该事件。请使用此函数而不是创建新事件。应使用 Dispose() 将从此方法获取的事件释放回池中。