GrapeCity MultiRow Windows Forms Documentation
CellValidateInfoNeeded Event


Occurs when cell validate infomation needed.
Syntax
<SRDescriptionAttribute("Occurs when cell validation infomation needed.")>
<SRCategoryAttribute("Action")>
Public Event CellValidateInfoNeeded As EventHandler(Of CellValidateInfoNeededEventArgs)
Dim instance As GcMultiRow
Dim handler As EventHandler(Of CellValidateInfoNeededEventArgs)
 
AddHandler instance.CellValidateInfoNeeded, handler
[SRDescription("Occurs when cell validation infomation needed.")]
[SRCategory("Action")]
public event EventHandler<CellValidateInfoNeededEventArgs> CellValidateInfoNeeded
Event Data

The event handler receives an argument of type CellValidateInfoNeededEventArgs containing data related to this event. The following CellValidateInfoNeededEventArgs properties provide information specific to this event.

PropertyDescription
CellValidatorGets the cell validator.  
IsValidGets a value indicating whether this validation is valid.  
ValidateContextGets the validate context.  
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.