In This Topic
Invoked when the style in use on this element changes, which will invalidate the layout.
Syntax
'Declaration
Protected Overrides Sub OnStyleChanged( _
ByVal As Style, _
ByVal As Style _
)
protected override void OnStyleChanged(
Style ,
Style
)
Parameters
- oldStyle
- newStyle
See Also