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)

Parameters

sender
e
See Also