System.Windows.Forms.QuestionEventArgs Class

Provides data for events that need a true or false answer to a question.

See Also: QuestionEventArgs Members

Syntax

public class QuestionEventArgs : EventArgs

Remarks

This class is currently used with the DataGridView.CancelRowEdit and DataGridView.RowDirtyStateNeeded events of the System.Windows.Forms.DataGridView control. It allows you to specify a response to events that occur when the control needs the answer to a question. The answer to the question is specified by setting the QuestionEventArgs.Response property.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0