 | WindowEventsSizeChangedDelegate Delegate |
[Missing <summary> documentation for "T:Slash.Mobile.Events.WindowEvents.SizeChangedDelegate"]
Namespace: Slash.Mobile.EventsAssembly: Slash.Mobile (in Slash.Mobile.dll) Version: 1.0.5843.24183
Syntaxpublic delegate void SizeChangedDelegate(
double width,
double height
)
Public Delegate Sub SizeChangedDelegate (
width As Double,
height As Double
)
public delegate void SizeChangedDelegate(
double width,
double height
)
type SizeChangedDelegate =
delegate of
width : float *
height : float -> unit
Parameters
- width
- Type: SystemDouble
- height
- Type: SystemDouble
See Also