AdsNotificationExEventHandler 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 AdsNotificationExEventHandler(
    Object sender,
    AdsNotificationExEventArgs e
)

VB

Public Delegate Sub AdsNotificationExEventHandler ( 
    sender As Object,
    e As AdsNotificationExEventArgs
)

Parameters

sender

Type: System.Object

e

Type: TwinCAT.Ads.AdsNotificationExEventArgs

Reference

TwinCAT.Ads Namespace