Class HyperlinkDialogStateChangedEventArgs
The arguments for the StateChanged event.
Inheritance
System.Object
HyperlinkDialogStateChangedEventArgs
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class HyperlinkDialogStateChangedEventArgs : EventArgs
Constructors
HyperlinkDialogStateChangedEventArgs(Boolean)
Initializes a new instance of the HyperlinkDialogStateChangedEventArgs class.
Declaration
public HyperlinkDialogStateChangedEventArgs(bool shouldEnableOKButton)
Parameters
System.Boolean
shouldEnableOKButton
The value indicating whether the OK button should be enabled. |
Properties
ShouldEnableOKButton
Gets a value indicating whether the OK button should be enabled.
Declaration
public bool ShouldEnableOKButton { get; }
Property Value
System.Boolean
The value indicating whether the OK button should be enabled. |