The element gets notified for a change in the
UseSystemSkin property.
This method will recursively notify all descendants for the change.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)
Syntax
| C# |
|---|
protected virtual void OnUseSystemSkinChanged(
EventArgs e
) |
| Visual Basic |
|---|
Protected Overridable Sub OnUseSystemSkinChanged ( _
e As EventArgs _
) |
Parameters
- e
- Type: System..::..EventArgs
See Also