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