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