GrapeCity.Win.MultiRow Namespace : CellBeginEditEventArgs Class |
Public Class CellBeginEditEventArgs Inherits CellCancelEventArgs
Dim instance As CellBeginEditEventArgs
public class CellBeginEditEventArgs : CellCancelEventArgs
This class is used to inform you that the user is beginning to edit a cell. You can get the way the edit begins from the BeginEditReason property.
The event order when a user edits a cell's value and then clicks to another cell to apply the cell's value is as follows:
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
GrapeCity.Win.MultiRow.CellCancelEventArgs
GrapeCity.Win.MultiRow.CellBeginEditEventArgs
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2