'Declaration
Public Property EventData As AEEventData
'Usage
Dim instance As EasyAENotificationEventArgs Dim value As AEEventData instance.EventData = value value = instance.EventData
public AEEventData EventData {get; set;}
public: property AEEventData^ EventData { AEEventData^ get(); void set ( AEEventData^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.