'Declaration
<CanBeNullAttribute()> Public ReadOnly Property TargetObject As Object
'Usage
Dim instance As TargetDataEventArgs Dim value As Object instance.TargetObject = value value = instance.TargetObject
[CanBeNull()] public object TargetObject {get;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.