Provides data for the OkButtonClicked event.
Namespace:
Ookii.DialogsAssembly: Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class OkButtonClickedEventArgs : CancelEventArgs
Public Class OkButtonClickedEventArgs _ Inherits CancelEventArgs
public ref class OkButtonClickedEventArgs : public CancelEventArgs
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| OkButtonClickedEventArgs(String, IWin32Window) |
Initializes a new instance of the OkButtonClickedEventArgs class with the specified input text
and input box window.
| |
| Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Input |
Gets the current value of the input field on the dialog.
| |
| InputBoxWindow |
Gets the input box window.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::.Object
System..::.EventArgs
System.ComponentModel..::.CancelEventArgs
Ookii.Dialogs..::.OkButtonClickedEventArgs
System..::.EventArgs
System.ComponentModel..::.CancelEventArgs
Ookii.Dialogs..::.OkButtonClickedEventArgs
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.