MyNotifyProps Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WPF Helper class.
public ref class MyNotifyProps : System::ComponentModel::INotifyPropertyChanged
public class MyNotifyProps : System.ComponentModel.INotifyPropertyChanged
type MyNotifyProps = class
interface INotifyPropertyChanged
Public Class MyNotifyProps
Implements INotifyPropertyChanged
- Inheritance
-
MyNotifyProps
- Derived
- Implements
Constructors
MyNotifyProps() |
Properties
OrganizationName |
Bind to this field to display the selected Crm Region |
Methods
SetProperty<T>(T, T, String) |
Set property template for My Notify props. |
Events
PropertyChanged |
Default Event Hook for INotifyPropertyChanged. |