Version: 1.4
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

PointerMoveLinkTagEvent.GetPooled

Declaration

public static UIElements.Experimental.PointerMoveLinkTagEvent GetPooled(UIElements.IPointerEvent evt, string linkID, string linkText);

Returns

PointerMoveLinkTagEvent An initialized event.

Description

Gets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained using this method need to be released back to the pool. You can use Dispose() to release them.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答