Returns the target object that this reference is pointing to. Reading this property is nonblocking.
This property cannot be used after the object has been disposed. It is legal to read this property from the callback.

C# | Visual Basic | Managed C++ |
public C Target { get; }
Public ReadOnly Property Target As C
public: virtual property C Target { C get () sealed; }