The arguments for the StateChanged event.
Definition
Namespace:Telerik.WinControls.UI.Dialogs.Hyperlink
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class HyperlinkDialogStateChangedEventArgs : EventArgs
Inheritance: objectEventArgsHyperlinkDialogStateChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the HyperlinkDialogStateChangedEventArgs class.
C#
public HyperlinkDialogStateChangedEventArgs(bool shouldEnableOKButton)
The value indicating whether the OK button should be enabled.
Properties
Gets a value indicating whether the OK button should be enabled.
C#
public bool ShouldEnableOKButton { get; }
The value indicating whether the OK button should be enabled.