File

projects/wms-framework/src/lib/basecomponentmodel/INotifyPropertyChanged.ts

Description

Interface of INotifyPropertyChanged

Index

Properties

Properties

PropertyChanged
PropertyChanged: SubscriptionEvent<void>
Type : SubscriptionEvent<void>
import { SubscriptionEvent } from '../utils/SubscriptionEvent';

/**
 * Interface of INotifyPropertyChanged
 *
 * @export
 * @interface INotifyPropertyChanged
 * @wInterface System.ComponentModel.INotifyPropertyChanged
 */
export interface INotifyPropertyChanged {
  PropertyChanged: SubscriptionEvent<
    (o: any, args: { PropertyName: string }) => void
  >;
}

result-matching ""

    No results matching ""