Community Callout: CodePlugIn_INotifyPropertyChanged

Yes, that ‘s right we’ve got another community plugin to shine a light on.

Brian Noyes has created CodePlugIn_INotifyPropertyChanged

The idea is to take a plain ordinary property, and augment it with additional code to support the INotifyPropertyChanged interface.

This is done by providing 2 additional CodeProviders (Convert to INPC Property and Convert to INPC Property Base Class Call) which are available from the Code menu when your caret is on a property.

Convert to INPC Property will happily change this…

INotifySimplePropertyStart

…into this…

INotifySimplePropertyEnd

If your class already inherits from NotificationObject then you’ll be able to use Convert to INPC Property Base Class Call to upgrade it from this…

NotificationObjectStart

…into this…

NotificationObjectEnd

For full details see The Wiki Page.

Free DevExpress Products - Get Your Copy Today

The following free DevExpress product offers remain available. Should you have any questions about the free offers below, please submit a ticket via the DevExpress Support Center at your convenience. We'll be happy to follow-up.
No Comments

Please login or register to post comments.