GrapeCity MultiRow Windows Forms Documentation
DefaultValuesNeeded Event


Occurs when the user enters the detached row for new records so that the row can be populated with default values.
Syntax
<SRCategoryAttribute("Data")>
<SRDescriptionAttribute("Occurs when the user enters the row for new records so that it can be populated with default values.")>
Public Event DefaultValuesNeeded As EventHandler(Of RowEventArgs)
Dim instance As GcMultiRow
Dim handler As EventHandler(Of RowEventArgs)
 
AddHandler instance.DefaultValuesNeeded, handler
[SRCategory("Data")]
[SRDescription("Occurs when the user enters the row for new records so that it can be populated with default values.")]
public event EventHandler<RowEventArgs> DefaultValuesNeeded
Event Data

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

PropertyDescription
RowGets the Row that is involved.  
Remarks
After this event occurs, the CellValuePushed event occurs for each cell in the new row in virtual mode. This allows you to store the default values in your data store. Then, the CellValueNeeded event occurs for each cell in the new row, retrieving the values that you stored in the CellValuePushed event. The values are then displayed.
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.