Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VB6からVB.NETへの変換を行っています。VB.NETで以下のDataGridViewイベントを使用する際に問題が発生しています:
AfterColUpdate
AfterDelete
BeforeDelete
助けてください。
これらのイベントは、.netのdatagridviewではサポートされていません。
CellValueChangedの代わりにAfterColUpdate、UserDeletedRowfor AfterDelete、UserDeletingRow forを使用しBeforeDeleteます。
CellValueChanged
UserDeletedRow
UserDeletingRow