Skip to main content

ASPxClientMenuItemEventArgs Class

Provides data for events which concern manipulations on menu items.

Declaration

declare class ASPxClientMenuItemEventArgs extends ASPxClientEventArgs

Remarks

Objects of the ASPxClientMenuItemEventArgs type are used as arguments for the ASPxClientMenuBase.PopUp, ASPxClientMenuBase.CloseUp and ASPxClientMenuBase.ItemClick events generated on the client side.

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

Inheritance

See Also