pmMDA.NET

DataObjectImpl.OnPrimitivePropertyChanged Method 

[This is preliminary documentation and subject to change.]

Raises the PrimitivePropertyChanged event.

protected virtual void OnPrimitivePropertyChanged(
   PrimitivePropertyChangedEventArgs e
);

Parameters

e
A PrimitivePropertyChangedEventArgs that contains the event data.

Remarks

Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.

The OnPrimitivePropertyChanged method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.

Notes to Inheritors: Make sure you call base.OnPrimitivePropertyChanged to ensure that the PrimitivePropertyChanged event is raised.

See Also

DataObjectImpl Class | PmMda.Net.Dog Namespace