Represents the method that will handle the TextChanging event.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| Visual Basic |
|---|
Public Delegate Sub TextChangingEventHandler ( _
sender As Object, _
e As TextChangingEventArgs _
) |
See Also