Link to home
Create AccountLog 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
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of maidinhtai
maidinhtai

ASKER

Exactly. Thank you.