Class HyperlinkDialogStateChangedEventArgs
The arguments for the StateChanged event.
Inheritance
System.Object
    System.EventArgs
    HyperlinkDialogStateChangedEventArgs
  Inherited Members
      System.EventArgs.Empty
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinControls.UI.Dialogs.Hyperlink
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class HyperlinkDialogStateChangedEventArgs : EventArgs
  Constructors
HyperlinkDialogStateChangedEventArgs(Boolean)
Initializes a new instance of the HyperlinkDialogStateChangedEventArgs class.
Declaration
public HyperlinkDialogStateChangedEventArgs(bool shouldEnableOKButton)
  Parameters
| 
        System.Boolean
        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
public bool ShouldEnableOKButton { get; }
  Property Value
| 
        System.Boolean
         The value indicating whether the OK button should be enabled.  |