VB.Net - Position Changed Event
Hi all!
I am working on a project in vb.net which I initially started in VB6, but I
decided to gain some experience in VB.net. It is a database project which I
used Access to create the tables.I have found some articles about the
BindingManagerBase.PositionChanged Event, which I would like to put code
into to enable/disable the first, previous, next and last buttons on the
form - these buttons go to the first, previous, next and last records in a
dataset. But the thing is, I cannot find the .PositionChanged Event in the
forms events at all!!
I cannot find anything in Help which tells you if you have to do anything to
get this event enabled.
Suggestions????
|