4 references to UiaEventCallback
UIAutomationClient (4)
MS\Internal\Automation\EventListenerClientSide.cs (2)
229
internal UiaCoreApi.
UiaEventCallback
CallbackDelegate
294
private UiaCoreApi.
UiaEventCallback
_callbackDelegate;
MS\Internal\Automation\UiaCoreApi.cs (2)
585
internal static SafeEventHandle UiaAddEvent(SafeNodeHandle hnode, int eventId,
UiaEventCallback
callback, TreeScope scope, int[] properties, UiaCacheRequest request)
1275
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);