Search
DiagramView.OnLostFocus Method
See Also
 





Control.OnLostFocus override.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

protected override void OnLostFocus (
    EventArgs e
)

Visual Basic  Copy Code

Protected Overrides Sub OnLostFocus( _
    e As EventArgs _
)

 Parameters

e
An EventArgs that contains the event data.

 Remarks

Raises the LostFocus event.

 See Also