Spread Windows Forms 12.0 Product Documentation
NameChanging Event (ElementWindowless)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : NameChanging Event
Occurs before the Name property of the element changes.
Syntax
'Declaration
 
Public Event NameChanging As NameChangingEventHandler
'Usage
 
Dim instance As ElementWindowless
Dim handler As NameChangingEventHandler
 
AddHandler instance.NameChanging, handler
public event NameChangingEventHandler NameChanging
Event Data

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

PropertyDescription
Gets or sets the new value.  
See Also