[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.TextChangingEventHandler

TextChangingEventHandler Delegate

Represents the method that will handle the GrapeCity.Windows.InputMan.Primitives.EditBase.TextChanging event of a editor class.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.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

The object where the event handler is attached.

TextChangingEventArgs e

The event data.