New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the HyperlinkDialogStateChangedEventArgs class.

C#
public HyperlinkDialogStateChangedEventArgs(bool shouldEnableOKButton)
Parameters:shouldEnableOKButtonbool

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; }
Property Value:

The value indicating whether the OK button should be enabled.