Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IEnhancedCustomNameSupport Interface / CustomNameChanged Event


In This Topic
    CustomNameChanged Event (IEnhancedCustomNameSupport)
    In This Topic
    Occurs when the custom name of the data model changes.
    Syntax
    'Declaration
     
    
    Event CustomNameChanged As CustomNameEventHandle
    'Usage
     
    
    Dim instance As IEnhancedCustomNameSupport
    Dim handler As CustomNameEventHandle
     
    AddHandler instance.CustomNameChanged, handler
    event CustomNameEventHandle CustomNameChanged
    Event Data

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

    PropertyDescription
    Gets the type of the custom name that has changed.  
    See Also