Click or drag to resize
ToolTipUpdateEventArgs Properties

The ToolTipUpdateEventArgs type exposes the following members.

Properties
  Name Description
Public property TargetControlID
The ClientID of the target control for which the tooltip is currently being shown.
Public property UpdatePanel
Provides a reference to the UpdatePanel of KaxToolTipManager. Allows content and controls to be set and displayed in the tooltip on the client
Public property Value
An optional parameter allowing arbitrary information to be passed from the client to the server to help determine what information to load in the tooltip in the AJAX request
Top
See Also