EventObject.Source Property
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.
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.