Skip to main content

BootstrapClientMenuItemMouseEventArgs Class

Provides data for client events related to mouse hovering over menu items.

Declaration

declare class BootstrapClientMenuItemMouseEventArgs extends BootstrapClientMenuItemEventArgs

Remarks

Objects of the BootstrapClientMenuItemMouseEventArgs type are used as arguments for the ASPxClientMenuBase.ItemMouseOver and ASPxClientMenuBase.ItemMouseOut events generated on the client side.

BootstrapClientMenuItemMouseEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

ASPxClientEventArgs
BootstrapClientMenuItemEventArgs
BootstrapClientMenuItemMouseEventArgs
See Also