Lingua

IndexedPropertyChangeEvent Costruttori

Definizione

Overload

Nome Descrizione
IndexedPropertyChangeEvent(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

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

Costruisce un oggetto IndexedPropertyChangeEvent nuovo.

IndexedPropertyChangeEvent(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

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

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

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

Costruisce un oggetto IndexedPropertyChangeEvent nuovo.

[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

Parametri

source
Object

Il bean che ha generato l'evento.

propertyName
String

Nome programmatico della proprietà modificata.

oldValue
Object

Valore precedente della proprietà .

newValue
Object

Nuovo valore della proprietà.

index
Int32

indice dell'elemento della proprietà modificato.

Attributi

Commenti

Costruisce un oggetto IndexedPropertyChangeEvent nuovo.

per java.beans.IndexedPropertyChangeEvent.IndexedPropertyChangeEvent(java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object, int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a