Click or drag to resize

BaseDefaultMetroWindowOnStyleChanged Method

[Missing <summary> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.PopupWindows.BaseDefaultMetroWindow.OnStyleChanged(System.Windows.Style,System.Windows.Style)"]


Namespace: RAYLASE.Marker.GUI.Common.Interactivity.PopupWindows
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
protected override void OnStyleChanged(
	Style oldStyle,
	Style newStyle
)

Parameters

oldStyle  Style

[Missing <param name="oldStyle"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.PopupWindows.BaseDefaultMetroWindow.OnStyleChanged(System.Windows.Style,System.Windows.Style)"]

newStyle  Style

[Missing <param name="newStyle"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.PopupWindows.BaseDefaultMetroWindow.OnStyleChanged(System.Windows.Style,System.Windows.Style)"]

See Also