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