PNotificationCenter.CompoundKey Constructor
Constructs a new CompoundKey, creating a weak reference to the object.
public PNotificationCenter.CompoundKey(
object aName,
object anObject);
Parameters
- aName
- The name attribute of this key.
- anObject
- The object attribute of this key.
See Also
PNotificationCenter.CompoundKey Class | UMD.HCIL.PiccoloX.Events Namespace