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


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