Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TextChangingEventHandler Delegate


In This Topic
    TextChangingEventHandler Delegate
    In This Topic
    Represents the method that handles the TextChanging event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub TextChangingEventHandler( _
       ByVal sender As Object, _
       ByVal e As TextChangingEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New TextChangingEventHandler(AddressOf HandlerMethod)
    public delegate void TextChangingEventHandler( 
       object sender,
       TextChangingEventArgs e
    )

    Parameters

    sender
    e
    See Also