[]
Represents the method that will handle the GrapeCity.Windows.InputMan.Primitives.EditBase.TextChanging event of a editor class.
public delegate void TextChangingEventHandler(object sender, TextChangingEventArgs e)
Public Delegate Sub TextChangingEventHandler(sender As Object, e As TextChangingEventArgs)
Type | Name | Description |
---|---|---|
object | sender | The object where the event handler is attached. |
TextChangingEventArgs | e | The event data. |