Delegate StringEvent
Represents a method that will handle string replacement event inside Selection
public delegate string StringEvent(string s)
Parameters
s
stringString to be replaced.
Returns
- string
- Represents a method that will handle string replacement event inside Selection