Delegate TMPMediator.TextChangedLateEventHandler
- Namespace
- TMPEffects.Components.Mediator
public delegate void TMPMediator.TextChangedLateEventHandler(bool textContentChanged, ReadOnlyCollection<CharData> oldCharData, ReadOnlyCollection<VisibilityState> oldVisibilities)
Parameters
textContentChanged
boololdCharData
ReadOnlyCollection<CharData>oldVisibilities
ReadOnlyCollection<VisibilityState>