Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IPropertyChangedNotification Interface / PropertyChanged Event


In This Topic
    PropertyChanged Event (IPropertyChangedNotification)
    In This Topic
    Occurs when the property is changed.
    Syntax
    'Declaration
     
    
    Event PropertyChanged As PropertyTrackChangedEventHandler
    'Usage
     
    
    Dim instance As IPropertyChangedNotification
    Dim handler As PropertyTrackChangedEventHandler
     
    AddHandler instance.PropertyChanged, handler
    event PropertyTrackChangedEventHandler PropertyChanged
    Event Data

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

    PropertyDescription
    Gets the new value.  
    Gets the old value.  
    Gets the name of the property.  
    See Also