Click or drag to resize
WindowEventsOnSizeChanged Method

[Missing <summary> documentation for "M:Slash.Mobile.Events.WindowEvents.OnSizeChanged(System.Double,System.Double)"]

Namespace: Slash.Mobile.Events
Assembly: Slash.Mobile (in Slash.Mobile.dll) Version: 1.0.5843.24183
Syntax
public static void OnSizeChanged(
	double width,
	double height
)

Parameters

width
Type: SystemDouble

[Missing <param name="width"/> documentation for "M:Slash.Mobile.Events.WindowEvents.OnSizeChanged(System.Double,System.Double)"]

height
Type: SystemDouble

[Missing <param name="height"/> documentation for "M:Slash.Mobile.Events.WindowEvents.OnSizeChanged(System.Double,System.Double)"]

See Also