ITextElement.OnCharacterSpacingPropertyChanged(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 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.