EventObject.Source Property

Definition

The object on which the Event initially occurred.

public virtual Java.Lang.Object? Source { [Android.Runtime.Register("getSource", "()Ljava/lang/Object;", "GetGetSourceHandler")] get; }
[<get: Android.Runtime.Register("getSource", "()Ljava/lang/Object;", "GetGetSourceHandler")>]
member this.Source : Java.Lang.Object

Property Value

the object on which the Event initially occurred

Attributes

Remarks

The object on which the Event initially occurred.

Java documentation for java.util.EventObject.getSource().

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