UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

8 lines (7 loc) 208 B
/** * General class for Property Changed event handlers within SciChart */ export declare class PropertyChangedEventArgs { readonly propertyName: string; constructor(propertyName: string); }