ProcessCmdKey invoke app method
C#
1
Posts
1
Posters
0
Views
1
Watching
-
i overrided ProcessCmdKey to capture enter in datagrid and its working. now how do i catpure this keypress on application level when enter is pressed. (or how do i send signal form overrided ProcessCmdKey in mydatagrid class to application...i want to run method on that event). need help ..please bye