Class
HyperlinkDialogStateChangedEventArgs

The arguments for the StateChanged event.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class HyperlinkDialogStateChangedEventArgs : EventArgs

Inheritance: objectEventArgsHyperlinkDialogStateChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

HyperlinkDialogStateChangedEventArgs(bool)

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

ShouldEnableOKButton

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.