This group describes various event types that are created by MicroStation in response to actions from the user. More...
Classes | |
struct | IEventHandlerPrioritized |
An Event Handler that can be installed in a PrioritizedEventHandlerList. More... | |
struct | IMouseWheelHandler |
An Event Handler for responding to Mouse Wheel events. More... | |
struct | IBeginPrintPageParam |
Parameters passed to BeginPrintPage event method. More... | |
struct | IEndPrintPageParam |
Parameters passed to EndPrintPage event method. More... | |
struct | IPrintEventHandler |
An event handler interface for responding to per-page printing system events. More... | |
struct | MstnEventManager |
Manager for events associated with MicroStation. More... | |
This group describes various event types that are created by MicroStation in response to actions from the user.
To receive notifications when events happen, applications implement the Event Handler interfaces and then install an instance of that class via methods on MstnEventManager.