Interface INotifyPropertyChange

Defines the propertyChanged event.

Index

Methods

Methods

public add_propertyChanged(handler: Function)

Occurs when a component property is set to a new value.

Parameters

  • handler: Function
      The name of the event handler for the propertyChanged event.
    

public remove_propertyChanged(handler: Function)

Occurs when a component property is set to a new value.

Parameters

  • handler: Function
      The name of the event handler for the propertyChanged event.