InkPicture.SizeModeChanged event
Occurs after the SizeMode property of the InkPicture control has been changed.
Syntax
void SizeModeChanged( [in] InkPictureSizeMode NewMode, [in] InkPictureSizeMode OldMode );
Parameters
- NewMode [in]
-
The new state of the InkPicture control, based on the new value of the SizeMode property.
- OldMode [in]
-
The old state of the InkPicture control, based on the old value of the SizeMode property.
Return value
This event does not return a value.
Remarks
This event method is defined in the _IInkPictureEvents interface. The _IInkPictureEvents interface implements the IDispatch interface with an identifier of DISPID_IPESizeModeChanged.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also