'Declaration
Public Event CustomNameChanged As CustomNameEventHandle
'Usage
Dim instance As DefaultSheetDataModel Dim handler As CustomNameEventHandle AddHandler instance.CustomNameChanged, handler
public 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.
Property | Description |
---|---|
ActionType | Gets the type of the custom name that has changed. |
See Also