[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.TextChangingEventHandler

TextChangingEventHandler Delegate

Represents the method that handles the TextChanging event.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public delegate void TextChangingEventHandler(object sender, TextChangingEventArgs e)
Public Delegate Sub TextChangingEventHandler(sender As Object, e As TextChangingEventArgs)
Parameters
Type Name Description
object sender Represents the method that handles the TextChanging event.
TextChangingEventArgs e Represents the method that handles the TextChanging event.