Event data of the PopoverDescriptor.update event.
Inheritance Hierarchy
See Also
Members
Show:
Constructors
Initializes a new instance of the UpdatePopoverEventArgs class.
Initializes a new instance of the UpdatePopoverEventArgs class.
Parameters
- context: IInputModeContext
- The context of the query.
- queryLocation: Pointconversion
- The query location. Typically, the location of the pointer.
- popover: PopoverDescriptor
- The popover descriptor.
- reason: PopoverUpdateReasonconversion
- The reason that caused the event to be triggered.
Properties
If a non-null value is set, that value will be displayed as popover.
Setting this property will set the handled property to true.
final
Property Value
The tooltip content or
null if no tooltip should be displayed.Gets the context for the current event.
Gets the context for the current event.
Gets or sets a value indicating whether this QueryToolTipEventArgs has been handled.
Gets or sets a value indicating whether this QueryToolTipEventArgs has been handled.
Handlers which handle this QueryToolTipEventArgs should always test first, whether this property is set to true and, if so, exit without doing anything.
This property is automatically set to true if the content property is reassigned.
final
Property Value
true if handled; false otherwise.Gets the popover descriptor.
Gets the popover descriptor.
The descriptor holds information about the popover that shows the contents. During event handling, code can modify the properties of the descriptor to change the appearance of the popover. Note that changing the PopoverDescriptor.behavior is not supported on requery.
readonlyfinal
Gets the most recent query location in world coordinates.
Gets the most recent query location in world coordinates.
readonlyfinal
Property Value
The requery location.
Gets the reason why the PopoverDescriptor.update event was raised.
Gets the reason why the PopoverDescriptor.update event was raised.
readonlyfinal
See Also
Developer's Guide
The initial value depends on the configured popover behavior and context.
Setting this property will automatically set the QueryToolTipEventArgs.handled.
final
See Also
Developer's Guide