Table Of Contents

Previous topic

HyperLinkCtrl

Next topic

hypertreelist

This Page

phoenix_title HyperLinkEvent

Event object sent in response to clicking on a HyperLinkCtrl.


class_hierarchy Inheritance Diagram

Inheritance diagram for class HyperLinkEvent

Inheritance diagram of HyperLinkEvent


super_classes Known Superclasses

PyCommandEvent


method_summary Methods Summary

__init__ Default Class Constructor.
GetPosition Returns the event position.
SetPosition Sets the event position.

api Class API



class HyperLinkEvent(PyCommandEvent)

Event object sent in response to clicking on a HyperLinkCtrl.


Methods



__init__(self, eventType, eventId)

Default Class Constructor.

Parameters:
  • eventType – the event type;
  • eventId – the event identifier.


GetPosition(self)

Returns the event position.



SetPosition(self, pos)

Sets the event position.

Parameters:pos – an instance of Point.