IndexedPropertyChangeEvent Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(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
- 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.
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.