Guest User

Untitled

a guest
Aug 10th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Call parent control click event c#
  2. private void CustomControl_MouseClick(object sender, MouseEventArgs e)
  3. {
  4. panel_MouseClick(sender, e);
  5. }
  6.  
  7. private void panel_MouseClick(object sender, MouseEventArgs e)
  8. {
  9.  
  10. }
Add Comment
Please, Sign In to add comment