PropertyChangeEvent Costruttori

Definizione

Overload

Nome Descrizione
PropertyChangeEvent(IntPtr, JniHandleOwnership)

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

PropertyChangeEvent(Object, String, Object, Object)

Costruisce un nuovo PropertyChangeEvent.

PropertyChangeEvent(IntPtr, JniHandleOwnership)

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

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

Parametri

javaReference
IntPtr

nativeint

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

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

PropertyChangeEvent(Object, String, Object, Object)

Costruisce un nuovo PropertyChangeEvent.

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

Parametri

source
Object

il bean che ha generato l'evento

propertyName
String

nome programmatico della proprietà modificata

oldValue
Object

il valore precedente della proprietà

newValue
Object

nuovo valore della proprietà

Attributi

Commenti

Costruisce un nuovo PropertyChangeEvent.

per java.beans.PropertyChangeEvent.PropertyChangeEvent(java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object).

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