InputTextField.CopyHandler Delegate |
Namespace:
FairyGUI
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic delegate void CopyHandler(
InputTextField textField,
string text
)
Parameters
- textField
- Type: FairyGUI.InputTextField
- text
- Type: System.String
See Also