Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DropDownControl Class / PropertyChanged Event


In This Topic
    PropertyChanged Event (DropDownControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event PropertyChanged As EventHandler
    'Usage
     
    
    Dim instance As DropDownControl
    Dim handler As EventHandler
     
    AddHandler instance.PropertyChanged, handler
    public event EventHandler PropertyChanged
    See Also