Click or drag to resize

InputTextFieldCopyHandler Delegate

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void CopyHandler(
	InputTextField textField,
	string text
)

Parameters

textField
Type: FairyGUIInputTextField
text
Type: SystemString
See Also