SizeChangingEventArgs Class
Definition
Line
186
of
System.Windows/Message.cm
Constructors & Destructor
public
nothrow
SizeChangingEventArgs
(
const
Size
& oldSize_,
const
Size
& newSize_)
Member Variables
public
Size
newSize
public
Size
oldSize
Constructor& Destructor Details
SizeChangingEventArgs Constructor
public
nothrow
SizeChangingEventArgs(
const
Size
& oldSize_,
const
Size
& newSize_)
Definition
Line
188
of
System.Windows/Message.cm