'Declaration
<SRCategoryAttribute("CatData")> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRDescriptionAttribute("DataGridView_RowDirtyStateNeededDescr")> Public Event RowDirtyStateNeeded As System.Windows.Forms.QuestionEventHandler
'Usage
Dim instance As NDataGridView Dim handler As System.Windows.Forms.QuestionEventHandler AddHandler instance.RowDirtyStateNeeded, handler
[SRCategory("CatData")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRDescription("DataGridView_RowDirtyStateNeededDescr")] public event System.Windows.Forms.QuestionEventHandler RowDirtyStateNeeded
Event Data
The event handler receives an argument of type System.Windows.Forms.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. |
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