Search
ComponentBase.OnLostFocus Method
See Also
 





Raises the LostFocus event.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnLostFocus (
    EventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnLostFocus( _
    e As EventArgs _
)

 Parameters

e

An object providing the event data.

 See Also