Link to home
Start Free TrialLog in
Avatar of maidinhtai
maidinhtai

asked on

How to make an event firing when me.BindingContext(dtDataTable).Position changed

I think it is posible. But I don't know how to do it. Something like this:
Private Sub dtDataTable_PositionChanged(sender as Object, e as ???) handles me.BindingContext(dtDataTable).PositionChanged
..............
End Sub
Thank you.
ASKER CERTIFIED SOLUTION
Avatar of Sancler
Sancler

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of maidinhtai
maidinhtai

ASKER

Exactly. Thank you.