File

projects/wms-framework/src/lib/models/events/RoutedPropertyChangedEventArgs.ts

Description

RoutedPropertyChangedEventArgs class

Index

Properties

Constructor

constructor(oldValue: T, newValue: T)
Parameters :
Name Type Optional
oldValue T No
newValue T No

Properties

Public newValue
Type : T
Public oldValue
Type : T
export class RoutedPropertyChangedEventArgs<T> {
  constructor(public oldValue: T, public newValue: T) {}
}

result-matching ""

    No results matching ""