C1.Framework Namespace / RepeatButtonElement Class / OnGotFocus Method
System.EventArgs that contains the event data.

In This Topic
OnGotFocus Method (RepeatButtonElement)
In This Topic
Called by the host control when this Element receives the focus.
Syntax
'Declaration
 
Public Overridable Sub OnGotFocus( _
   ByVal e As EventArgs _
) 
 

Parameters

e
System.EventArgs that contains the event data.
See Also