Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / INameSupport Interface / NameChanged Event
Example


In This Topic
    NameChanged Event (INameSupport)
    In This Topic
    Occurs when the name of the data model changes.
    Syntax
    'Declaration
     
    
    Event NameChanged As EventHandler
    'Usage
     
    
    Dim instance As INameSupport
    Dim handler As EventHandler
     
    AddHandler instance.NameChanged, handler
    event EventHandler NameChanged
    Remarks
    The event handler receives an argument of type EventHandler containing data related to this event.
    Example
    This example notifies the user if the name of the model changes.
    See Also