Back to Devexpress

ASPxClientHint.Hiding Event

aspnet-js-aspxclienthint-e946086e.md

latest1.6 KB
Original Source

ASPxClientHint.Hiding Event

Occurs on the client side when a hint is about to be hidden.

Declaration

ts
Hiding: ASPxClientEvent<ASPxClientHintHidingEventHandler>

Event Data

The Hiding event's data class is ASPxClientHintHidingEventArgs. The following properties provide information specific to this event:

PropertyDescription
cancelGets or sets a value indicating whether the event should be canceled.
contentElementGets the object that is the hint’s content.
hintElementGets the object that is the hint element.
targetElementGets the object that is the hint’s target element.
titleElementGets the object that is the hint’s title.

Remarks

Write a Hiding event handler to perform specific actions on the client side, before a hint window has been hidden.

The event argument’s properties allow you to access the target element and hint elements (the content element, title element and hint element itself) related to the event.

See Also

ASPxClientHint Class

ASPxClientHint Members