'Declaration
<DispIdAttribute(1001)> Sub LogEntry( _ ByVal sender0 As Object, _ ByVal eventArgs As LogEntryEventArgs _ )
'Usage
Dim instance As DEasyUASubscriberManagementEvents Dim sender0 As Object Dim eventArgs As LogEntryEventArgs instance.LogEntry(sender0, eventArgs)
[DispId(1001)] void LogEntry( object sender0, LogEntryEventArgs eventArgs )
[DispId(1001)] void LogEntry( Object^ sender0, LogEntryEventArgs^ eventArgs )
Parameters
- sender0
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- eventArgs
The value of this parameter cannot be
null
(Nothing
in Visual Basic).