Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Office2010ColorPicker Class / SelectedColorChanged Event


In This Topic
    SelectedColorChanged Event
    In This Topic
    Occurs when the value of the Color property changes.
    Syntax
    'Declaration
     
    
    Public Event SelectedColorChanged As EventHandler
    'Usage
     
    
    Dim instance As Office2010ColorPicker
    Dim handler As EventHandler
     
    AddHandler instance.SelectedColorChanged, handler
    public event EventHandler SelectedColorChanged
    See Also