'Declaration
Public ReadOnly Property Data As Object
'Usage
Dim instance As DataEventArgs Dim value As Object instance.Data = value value = instance.Data
public 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
.