Table of Contents

Delegate StringEvent

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

Represents a method that will handle string replacement event inside Selection

public delegate string StringEvent(string s)

Parameters

s string

String to be replaced.

Returns

string
Represents a method that will handle string replacement event inside Selection