'Declaration
Public Function New( _ ByVal eventData As AEEventData _ )
'Usage
Dim eventData As AEEventData Dim instance As New AEEventDataPayload(eventData)
public AEEventDataPayload( AEEventData eventData )
public: AEEventDataPayload( AEEventData^ eventData )
Parameters
- eventData
- Event data.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).