GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : RowDirtyStateNeeded Event |
<FeatureAttribute(Name="VirtualMode", Version="v5.0")> <SRDescriptionAttribute("Occurs when the VirtualMode property of the GcMultiRow control is true and GcMultiRow needs to determine whether the current row has uncommitted changes.")> <SRCategoryAttribute("Data")> Public Event RowDirtyStateNeeded As EventHandler(Of QuestionEventArgs)
Dim instance As GcMultiRow Dim handler As EventHandler(Of QuestionEventArgs) AddHandler instance.RowDirtyStateNeeded, handler
[Feature(Name="VirtualMode", Version="v5.0")] [SRDescription("Occurs when the VirtualMode property of the GcMultiRow control is true and GcMultiRow needs to determine whether the current row has uncommitted changes.")] [SRCategory("Data")] public event EventHandler<QuestionEventArgs> RowDirtyStateNeeded
The event handler receives an argument of type QuestionEventArgs containing data related to this event. The following QuestionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Response | Gets or sets a value indicating the response to a question represented by the event. |
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