BindingListCollectionView.CurrentEditItem プロパティ
定義
編集されているコレクション内の項目を取得します。Gets the item in the collection that is being edited.
public:
property System::Object ^ CurrentEditItem { System::Object ^ get(); };
public object CurrentEditItem { get; }
member this.CurrentEditItem : obj
Public ReadOnly Property CurrentEditItem As Object
プロパティ値
IsEditingItem が true
である場合は、編集されているコレクション内の項目。それ以外の場合は、null
。The item in the collection that is being edited if IsEditingItem is true
; otherwise, null
.