Represents the method that will handle the ColorChanged 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 ColorChangedEventHandler ( _
sender As Object, _
args As ColorChangedEventArgs _
) |
See Also