DialogResultListener Class
Represents a listener for a dialog box.
Definition
| public class DialogResultListener: Object |
Members Table
The following table lists the members exposed by the DialogResultListener object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |
Properties
| Property | Description |
|---|
| DialogResult | Gets the return value captured by a DialogResultListener associated to a dialog box. |
| IsClosed | Gets a value indicating whether the DialogResultListener is closed. |
Events
| Event | Description |
|---|
| Closed | Handles the closure of the DialogResultListener. |
Inheritance Hierarchy
ObjectDialogResultListener
Class Information
| Namespace | System.Windows.Forms |
|---|
| Flash Library | System.Windows.Forms.scl |
|---|
| Flash Library Version | 2.0.0.2118 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|