'Declaration Protected Overridable Sub OnWindowStyleChanged( _ ByVal oldValue As WindowStyle, _ ByVal newValue As WindowStyle _ )
'Usage Dim instance As WindowControl Dim oldValue As WindowStyle Dim newValue As WindowStyle instance.OnWindowStyleChanged(oldValue, newValue)
protected virtual void OnWindowStyleChanged( WindowStyle oldValue, WindowStyle newValue )
Parameters
- oldValue
- newValue