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