BindingSource.ResetCurrentItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Causes a control bound to the BindingSource to reread the currently selected item and refresh its displayed value.
public:
void ResetCurrentItem();
public void ResetCurrentItem ();
member this.ResetCurrentItem : unit -> unit
Public Sub ResetCurrentItem ()
Remarks
Calling this method will cause the ListChanged event to occur, specifying the item changed at the current position.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.