SizeChangingEventArgs Class
Constructors & Destructor
|
Member Variables
Definition
Line
210
of
System.Windows/Message.cm
Constructors & Destructor
public
SizeChangingEventArgs
(
const
Size
& oldSize_,
const
Size
& newSize_)
Member Variables
public
int
errorId
public
Size
newSize
public
Size
oldSize
Constructor& Destructor Details
SizeChangingEventArgs Constructor
public
SizeChangingEventArgs(
const
Size
& oldSize_,
const
Size
& newSize_)
Definition
Line
212
of
System.Windows/Message.cm