ValueChangedEventHandler Delegate

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll

Represents the method that will handle a value changed event.

C#

public delegate void ValueChangedEventHandler(object sender, ValueChangedEventArgs e);


Parameters

sender Object

The source of the event.

e ValueChangedEventArgs

A ValueChangedEventArgs that contains the event data.