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_PositionChange d(sender as Object, e as ???) handles me.BindingContext(dtDataTa ble).Posit ionChanged
..............
End Sub
Thank you.
Private Sub dtDataTable_PositionChange
..............
End Sub
Thank you.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER