Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / AggregationDataModel Class / NameChanged Event


In This Topic
    NameChanged Event (AggregationDataModel)
    In This Topic
    Occurs when the name of the data model changes.
    Syntax
    'Declaration
     
    
    Public Event NameChanged As EventHandler
    'Usage
     
    
    Dim instance As AggregationDataModel
    Dim handler As EventHandler
     
    AddHandler instance.NameChanged, handler
    public event EventHandler NameChanged
    See Also