AdsNotificationErrorEventHandler Delegate

Event handler for the AdsNotificationError 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 AdsNotificationErrorEventHandler(
    Object sender,
    AdsNotificationErrorEventArgs e
)

VB

Public Delegate Sub AdsNotificationErrorEventHandler ( 
    sender As Object,
    e As AdsNotificationErrorEventArgs
)

Parameters

sender

Type: System.Object

e

Type: TwinCAT.Ads.AdsNotificationErrorEventArgs

Reference

TwinCAT.Ads Namespace