events
hi, i'm stuck on something.
i have a custom dgv with inside it
Private
WithEvents mynavigatorAs BindingNavigatorPublicWithEvents mySaveAs Windows.Forms.ToolStripButtonnow mynavigator and mysave are on a main menu.
so basically all dgv that are draggd and droppd have control over the navig, and the save button,
the navigator works fine, it knows which dgv is in focus etc.
the save now is an issue,. the mysave button is a reference to a shared savebutton when the dgv is in focus. now when i press save, all opened dgv save action is fired. is it not supposed to be one dgv's save when the save button is shareD?
what can i do/?

