projects/wms-framework/src/lib/models/events/RoutedEventArgs.ts
Class for storing information about routed event arguments
Properties |
OriginalSource |
Type : any
|
Default value : null
|
export class RoutedEventArgs {
OriginalSource: any = null;
}