ClassHyperlinkDialogStateChangedEventArgs
Class
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
Constructors
HyperlinkDialogStateChangedEventArgs(bool)
Initializes a new instance of the HyperlinkDialogStateChangedEventArgs class.
Declaration
cs-api-definition
public HyperlinkDialogStateChangedEventArgs(bool shouldEnableOKButton)
Parameters
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
cs-api-definition
public bool ShouldEnableOKButton { get; }
Property Value
The value indicating whether the OK button should be enabled.