'Declaration Public Event MarkZOrderChanged As ImGearARTMarkEventHandler
'Usage Dim instance As PageView Dim handler As ImGearARTMarkEventHandler AddHandler instance.MarkZOrderChanged, handler
public event ImGearARTMarkEventHandler MarkZOrderChanged
public: __event ImGearARTMarkEventHandler* MarkZOrderChanged
public: event ImGearARTMarkEventHandler^ MarkZOrderChanged
Event Data
The event handler receives an argument of type ImGearARTMarkEventArgs containing data related to this event. The following ImGearARTMarkEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Mark | Gets the mark in which the event fired. |
See Also