Delegate a custom event from .js into c# context #2061
Unanswered
vreljanski
asked this question in
Q&A
Replies: 2 comments 3 replies
-
You could try using ExposeFunctionAsync. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am actually injecting this on particular set of div's //add listener! Now... How to fire event in C# context each time this event => console.log is fired... thats practically it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I managed to inject a event listener function into .js page i red. Now how would I make a delegate in C# context and handle that function call as an event?
Beta Was this translation helpful? Give feedback.
All reactions