Spread Windows Forms 12.0 Product Documentation
TextChangingEventHandler Delegate


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : TextChangingEventHandler Delegate
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

Reference

TextChangingEventHandler Members
GrapeCity.Win.Spread.InputMan.CellType Namespace