GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : CellValidateInfoNeeded Event |
<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
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.
Property | Description |
---|---|
CellValidator | Gets the cell validator. |
IsValid | Gets a value indicating whether this validation is valid. |
ValidateContext | Gets the validate context. |
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