Share via


ITextElement.OnCharacterSpacingPropertyChanged(Double, Double) Method

Definition

Called when the CharacterSpacing property changes.

public:
 void OnCharacterSpacingPropertyChanged(double oldValue, double newValue);
public void OnCharacterSpacingPropertyChanged(double oldValue, double newValue);
abstract member OnCharacterSpacingPropertyChanged : double * double -> unit
Public Sub OnCharacterSpacingPropertyChanged (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