共用方式為


IndexedPropertyChangeEvent Constructors

Definition

Overloads

IndexedPropertyChangeEvent(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

IndexedPropertyChangeEvent(Object, String, Object, Object, Int32)

Constructs a new IndexedPropertyChangeEvent object.

IndexedPropertyChangeEvent(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected IndexedPropertyChangeEvent (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Beans.IndexedPropertyChangeEvent : nativeint * Android.Runtime.JniHandleOwnership -> Java.Beans.IndexedPropertyChangeEvent

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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

IndexedPropertyChangeEvent(Object, String, Object, Object, Int32)

Constructs a new IndexedPropertyChangeEvent object.

[Android.Runtime.Register(".ctor", "(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;I)V", "")]
public IndexedPropertyChangeEvent (Java.Lang.Object? source, string? propertyName, Java.Lang.Object? oldValue, Java.Lang.Object? newValue, int index);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;I)V", "")>]
new Java.Beans.IndexedPropertyChangeEvent : Java.Lang.Object * string * Java.Lang.Object * Java.Lang.Object * int -> Java.Beans.IndexedPropertyChangeEvent

Parameters

source
Object

The bean that fired the event.

propertyName
String

The programmatic name of the property that was changed.

oldValue
Object

The old value of the property.

newValue
Object

The new value of the property.

index
Int32

index of the property element that was changed.

Attributes

Remarks

Constructs a new IndexedPropertyChangeEvent object.

Java documentation for java.beans.IndexedPropertyChangeEvent.IndexedPropertyChangeEvent(java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object, int).

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