Adds or removes callback methods for LostFocus events

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

Syntax

C#
public event OnLostFocus LostFocus

Value

Type: Skewworks.NETMF..::..OnLostFocus

Implements

IControl..::..LostFocus

Remarks

Applications can subscribe to this event to be notified when a control loses focus

See Also