AmsRouterNotificationEventHandler Delegate
Event handler for the AmsRouterNotification event in the class TcAdsClient.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public delegate void AmsRouterNotificationEventHandler(
Object sender,
AmsRouterNotificationEventArgs e
)
VB
Public Delegate Sub AmsRouterNotificationEventHandler (
sender As Object,
e As AmsRouterNotificationEventArgs
)