Skip to main content
A newer version of this page is available. .

ASPxClientGridViewRowFocusingEventArgs.htmlEvent Property

Provides access to the parameters associated with the ASPxClientGridView.RowFocusing event.

Declaration

htmlEvent: any

Property Value

Type Description
any

An object that contains parameters associated with the event.

Remarks

The htmlEvent property can be used to access an object containing that state of the corresponding DHTML event (such as the HTML element in which the event occurred, the state of the keyboard keys, the location of the mouse, the state of the mouse buttons, etc.).

Note

More information about the DHTML event object’s available members can be found at: Event Object

To learn more on the DHTML Object Model, refer to the following MSDN topic: DHTML Object Model

See Also