[]
Represents the method that handles the TextChanging event.
public delegate void TextChangingEventHandler(object sender, TextChangingEventArgs e)
Public Delegate Sub TextChangingEventHandler(sender As Object, e As TextChangingEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Represents the method that handles the TextChanging event. |
TextChangingEventArgs | e | Represents the method that handles the TextChanging event. |