PropertyChangeEvent.PropagationId Property

Definition

The "propagationId" field is reserved for future use. -or- Sets the propagationId object for the event.

public virtual Java.Lang.Object? PropagationId { [Android.Runtime.Register("getPropagationId", "()Ljava/lang/Object;", "GetGetPropagationIdHandler")] get; [Android.Runtime.Register("setPropagationId", "(Ljava/lang/Object;)V", "GetSetPropagationId_Ljava_lang_Object_Handler")] set; }
[<get: Android.Runtime.Register("getPropagationId", "()Ljava/lang/Object;", "GetGetPropagationIdHandler")>]
[<set: Android.Runtime.Register("setPropagationId", "(Ljava/lang/Object;)V", "GetSetPropagationId_Ljava_lang_Object_Handler")>]
member this.PropagationId : Java.Lang.Object with get, set

Property Value

the propagationId object associated with a bound/constrained property update.

Attributes

Remarks

Property getter documentation:

The "propagationId" field is reserved for future use. In Beans 1.0 the sole requirement is that if a listener catches a PropertyChangeEvent and then fires a PropertyChangeEvent of its own, then it should make sure that it propagates the propagationId field from its incoming event to its outgoing event.

Java documentation for java.beans.PropertyChangeEvent.getPropagationId().

Property setter documentation:

Sets the propagationId object for the event.

Java documentation for java.beans.PropertyChangeEvent.setPropagationId(java.lang.Object).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also