AdsNotificationEventHandler Delegate
Event handler for the AdsNotification 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 AdsNotificationEventHandler(
Object sender,
AdsNotificationEventArgs e
)
VB
Public Delegate Sub AdsNotificationEventHandler (
sender As Object,
e As AdsNotificationEventArgs
)