cancel
Showing results for 
Search instead for 
Did you mean: 

sap gui - Double focusChange event

klaudi
Newcomer
0 Kudos

I Call the func FocusChange event And it doesn't work

its call to func many times for each focus
example
I focus in the X field,
its comes to the function several times instead one time
what is the solution?
in

windows c#

its declare:

GuiSession.FocusChanged += GuiSession_FocusChange;

private static void GuiSession_FocusChange(GuiSession Session, GuiVComponent NewFocusedControl) { .... }
Thanks! it's urgent...

Accepted Solutions (0)

Answers (0)