Class
HyperlinkDialogStateChangedEventArgs

The arguments for the StateChanged event.

Definition

Namespace:Telerik.WinControls.UI.Dialogs.Hyperlink

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class HyperlinkDialogStateChangedEventArgs : EventArgs

Inheritance: objectEventArgsHyperlinkDialogStateChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the HyperlinkDialogStateChangedEventArgs class.

Declaration

cs-api-definition
public HyperlinkDialogStateChangedEventArgs(bool shouldEnableOKButton)

Parameters

shouldEnableOKButton

bool

The value indicating whether the OK button should be enabled.

Properties

Gets a value indicating whether the OK button should be enabled.

Declaration

cs-api-definition
public bool ShouldEnableOKButton { get; }

Property Value

bool

The value indicating whether the OK button should be enabled.