-
I have a class
compoment
C#
I try both EventCallback and Task but event cannot fire |
Beta Was this translation helpful? Give feedback.
Answered by
godshades
Jan 28, 2021
Replies: 1 comment
-
EventCallback evt1 = EventCallback.Factory.Create(this, Press1); this work for me |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
godshades
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EventCallback evt1 = EventCallback.Factory.Create(this, Press1);
ListModal.Add(new ModalDetails { Class = "", FistText = "A", OnPress = evt1 });
this work for me