Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomNameEventHandle Delegate


In This Topic
    CustomNameEventHandle Delegate
    In This Topic
    Represents a method that handles the custom name events.
    Syntax
    'Declaration
     
    
    Public Delegate Sub CustomNameEventHandle( _
       ByVal sender As Object, _
       ByVal e As CustomNameChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New CustomNameEventHandle(AddressOf HandlerMethod)
    public delegate void CustomNameEventHandle( 
       object sender,
       CustomNameChangedEventArgs e
    )

    Parameters

    sender
    e
    See Also