[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CustomNameEventHandle

CustomNameEventHandle Delegate

Represents a method that handles the custom name events.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public delegate void CustomNameEventHandle(object sender, CustomNameChangedEventArgs e)
Public Delegate Sub CustomNameEventHandle(sender As Object, e As CustomNameChangedEventArgs)
Parameters
Type Name Description
object sender
CustomNameChangedEventArgs e Represents a method that handles the custom name events.