GrapeCity.Win.MultiRow Namespace : CellParsingEventArgs Class |
Public Class CellParsingEventArgs Inherits System.Windows.Forms.ConvertEventArgs
Dim instance As CellParsingEventArgs
public class CellParsingEventArgs : System.Windows.Forms.ConvertEventArgs
This class is used to inform the user about the parsing process of the cell's value. The user can change the cell's style by setting CellStyle to a new value. The user can also change the cell's value by setting System.Windows.Forms.ConvertEventArgs.Value to a new value. If ParsingApplied is set to true, the value is used as the cell's formatted value; otherwise, there is still a parsing process.
If the cell parsing process fails, the GcMultiRow.DataError event is fired.
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.Windows.Forms.ConvertEventArgs
GrapeCity.Win.MultiRow.CellParsingEventArgs
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