Table of Contents

Delegate TextInput.TextChanged

Namespace
MLEM.Input
Assembly
MLEM.dll

A delegate method used for OnTextChange

public delegate void TextInput.TextChanged(TextInput input, string text)

Parameters

input TextInput

The text input whose text changed

text string

The new text