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


In This Topic
    PropertyChanged Event (SheetView)
    In This Topic
    Occurs when the user changes a property of the sheet.
    Syntax
    'Declaration
     
    
    Public Event PropertyChanged As SheetViewPropertyChangeEventHandler
    'Usage
     
    
    Dim instance As SheetView
    Dim handler As SheetViewPropertyChangeEventHandler
     
    AddHandler instance.PropertyChanged, handler
    public event SheetViewPropertyChangeEventHandler PropertyChanged
    Event Data

    The event handler receives an argument of type SheetViewPropertyChangeEventArgs containing data related to this event. The following SheetViewPropertyChangeEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the name of the property that has changed.  
    See Also