PropertyChangeEvent Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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(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.
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.