pmMDA.NET

PrimitivePropertyChangedEventHandler Delegate

[This is preliminary documentation and subject to change.]

Represents the method that will handle the PrimitivePropertyChanged event.

public delegate void PrimitivePropertyChangedEventHandler(
   object sender,
   PrimitivePropertyChangedEventArgs e
);

Parameters

sender
The source of the event.
e
An PrimitivePropertyChangedEventArgs 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