pmMDA.NET

IndexedPropertyChangedEventHandler Delegate

[This is preliminary documentation and subject to change.]

Represents the method that will handle the IndexedPropertyChanged event.

public delegate void IndexedPropertyChangedEventHandler(
   object sender,
   IndexedPropertyChangedEventArgs e
);

Parameters

sender
The source of the event.
e
An IndexedPropertyChangedEventArgs that contains the event data.

Requirements

Namespace: PmMda.Net.Dog

Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)

See Also

PmMda.Net.Dog Namespace