W
WPfeffer
I have a shape sheet cell that calls QueueMarkerEvent("<some text>"), after a
user right clicks selects an Action from the context menu.
I am using 'AddAdvise' so I am listening via the EventSink. Now, when the
user selects the action from the context menu, Visio fires the MarkerEvent
event and passes information into the EventSink, but I seem to be missing the
"<some text>" that I sent with the QueueMarkerEvent(). the 'moreInfo' object
is null, 'subject' and 'source' are both the Visio instance that sent the
event and the other 3 parameters that passed into IVisEventProc.VisEventProc
are all numeric.
So, where is the context information stored that I put in the
QueueMarkerEvent() method call???
Wayne
user right clicks selects an Action from the context menu.
I am using 'AddAdvise' so I am listening via the EventSink. Now, when the
user selects the action from the context menu, Visio fires the MarkerEvent
event and passes information into the EventSink, but I seem to be missing the
"<some text>" that I sent with the QueueMarkerEvent(). the 'moreInfo' object
is null, 'subject' and 'source' are both the Visio instance that sent the
event and the other 3 parameters that passed into IVisEventProc.VisEventProc
are all numeric.
So, where is the context information stored that I put in the
QueueMarkerEvent() method call???
Wayne