Event Data
The event handler receives an argument of type ImGearARTPropertyChangedEventArgs containing data related to this event. The following ImGearARTPropertyChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NewPropertyValue | Gets new value of changed property. |
OldPropertyValue | Gets old value of changed property. |
See Also