Spread Windows Forms 12.0 Product Documentation
CustomNameChangedEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > CustomNameChangedEventArgs Class : CustomNameChangedEventArgs Constructor
Creates a new event arguments object for custom name changes.
Syntax
'Declaration
 
Public Function New( _
   ByVal actionType As CustomNameChangeAction _
)
'Usage
 
Dim actionType As CustomNameChangeAction
 
Dim instance As New CustomNameChangedEventArgs(actionType)
public CustomNameChangedEventArgs( 
   CustomNameChangeAction actionType
)

Parameters

actionType
See Also

Reference

CustomNameChangedEventArgs Class
CustomNameChangedEventArgs Members