System.Windows.Forms
2.0.0.0
System.EventArgs
This class is currently used with the and events of the 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 property.
Provides data for events that need a true or false answer to a question.
Constructor
To be added.
Initializes a new instance of the class using a default property value of false.
2.0.0.0
Constructor
To be added.
Initializes a new instance of the class using the specified default value for the property.
The default value of the property.
2.0.0.0
Property
System.Boolean
To be added.
To be added.
Gets or sets a value indicating the response to a question represented by the event.
2.0.0.0