ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2014-11-11 12:08:41

[email protected]
Member
Registered: 2014-08-09
Posts: 24

afteredit

hi,

how to :
             set  afteredit in VB.net
                   actions in VB.net
Regards, Peter

Offline

#2 2014-11-11 13:54:09

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: afteredit

This is an example of 'AfterCellEdit' event.

VB.NET:

Dim sheet = grid.CurrentWorksheet

AddHandler sheet.AfterCellEdit, Sub(s, e)
                                  MessageBox.Show(e.NewData)       ' add code here
                                End Sub

More details: http://reogrid.net/document/events/aftercelledit/

What the meaning of 'actions in VB.net'?

Last edited by Jingwood (2014-11-11 13:55:08)

Offline

Board footer

Powered by FluxBB