ILineHeightElement.OnLineHeightChanged(Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the LineHeight property changes.
public:
void OnLineHeightChanged(double oldValue, double newValue);
public void OnLineHeightChanged(double oldValue, double newValue);
abstract member OnLineHeightChanged : double * double -> unit
Public Sub OnLineHeightChanged (oldValue As Double, newValue As Double)
Parameters
- oldValue
- Double
The old value of the property.
- newValue
- Double
The new value of the property.
Remarks
Implementors should implement this method explicitly.