GrapeCity MultiRow Windows Forms Documentation
OnCellParsing Method (ListCell)


A CellParsingEventArgs value that contains the event data.
Raises the CellParsing event.
Syntax
Protected Overrides Sub OnCellParsing( _
   ByVal e As CellParsingEventArgs _
) 
Dim instance As ListCell
Dim e As CellParsingEventArgs
 
instance.OnCellParsing(e)
protected override void OnCellParsing( 
   CellParsingEventArgs e
)

Parameters

e
A CellParsingEventArgs value that contains the event data.
Exceptions
ExceptionDescription
System.FormatExceptionThe cell's value does not exist in the column that ValueMember or DisplayMember refer to.
Requirements

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

See Also

Reference

ListCell Class
ListCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.