4 references to UiaEventCallback
UIAutomationClient (4)
MS\Internal\Automation\EventListenerClientSide.cs (2)
239
internal UiaCoreApi.
UiaEventCallback
CallbackDelegate
304
private UiaCoreApi.
UiaEventCallback
_callbackDelegate;
MS\Internal\Automation\UiaCoreAPI.cs (2)
607
internal static SafeEventHandle UiaAddEvent(SafeNodeHandle hnode, int eventId,
UiaEventCallback
callback, TreeScope scope, int[] properties, UiaCacheRequest request)
1290
private static extern int RawUiaAddEvent(SafeNodeHandle hnode, int eventId,
UiaEventCallback
callback, TreeScope scope, [MarshalAs(UnmanagedType.LPArray)] int[] pProperties, int cProperties, UiaMiniCacheRequest pRequest, out SafeEventHandle hevent);