Share via


ILineHeightElement.OnLineHeightChanged(Double, Double) Method

Definition

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.

Applies to