[Missing <summary> documentation for "M:Skewworks.NETMF.Controls.Textbox.OnTextEditorClosing(System.Object,System.String@,System.Boolean@)"]

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Controls (in Skewworks.NETMF.Controls.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
protected virtual void OnTextEditorClosing(
	Object sender,
	ref string text,
	ref bool cancel
)

Parameters

sender
Type: System..::..Object

[Missing <param name="sender"/> documentation for "M:Skewworks.NETMF.Controls.Textbox.OnTextEditorClosing(System.Object,System.String@,System.Boolean@)"]

text
Type: System..::..String%

[Missing <param name="text"/> documentation for "M:Skewworks.NETMF.Controls.Textbox.OnTextEditorClosing(System.Object,System.String@,System.Boolean@)"]

cancel
Type: System..::..Boolean%

[Missing <param name="cancel"/> documentation for "M:Skewworks.NETMF.Controls.Textbox.OnTextEditorClosing(System.Object,System.String@,System.Boolean@)"]

See Also