Skip to main content

ASPxClientButton.GotFocus Event

Fires on the client side when the button receives input focus.

Declaration

GotFocus: ASPxClientEvent<ASPxClientEventHandler<ASPxClientButton>>

Event Data

The GotFocus event's data class is ASPxClientEventArgs.

Remarks

A button’s GotFocus event is fired on the client when moving focus to the button from another control within the same page. Use the GotFocus event to perform specific client actions when the button obtains focus.

When a button loses focus, the ASPxClientButton.LostFocus event is raised.

See Also