Search
ComponentBase.OnGotFocus Method
See Also
 





Raises the GotFocus event.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnGotFocus (
    EventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnGotFocus( _
    e As EventArgs _
)

 Parameters

e

An object providing the event data.

 See Also