Table of Contents

Delegate TextInput.Rule

Namespace
MLEM.Input
Assembly
MLEM.dll

A delegate method used for InputRule. It should return whether the given text can be added to the text input.

public delegate bool TextInput.Rule(TextInput input, string textToAdd)

Parameters

input TextInput

The text input

textToAdd string

The text that is tried to be added

Returns

bool
A delegate method used for . It should return whether the given text can be added to the text input.