BindingList<T>.ResetItem(Int32) 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.
Raises a ListChanged event of type ItemChanged for the item at the specified position.
public:
void ResetItem(int position);
public void ResetItem (int position);
member this.ResetItem : int -> unit
Public Sub ResetItem (position As Integer)
Parameters
- position
- Int32
A zero-based index of the item to be reset.
Remarks
When the BindingList<T> is bound to Windows Forms controls, the ResetItem method causes a refresh of controls bound to the item at the specified position.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.