Click or drag to resize
TextHelperOnBeforeRemoveDiacriticsEventHandler Delegate
Represents the method that will handle an event that should be called before remove diacritics.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public delegate bool OnBeforeRemoveDiacriticsEventHandler(
	ref string text,
	EventArgs e
)

Parameters

text
Type: SystemString
Input text with diacritics
e
Type: SystemEventArgs
EventArgs

Return Value

Type: Boolean
Returns false if original remove method should not be used.
See Also