constructor(items) Constructor
Initializes a new instance of the ASPxClientDiagramSelectionChangedEventArgs class with specified settings.
Declaration
constructor(
items: DiagramItem[]
)
Parameters
Name | Type | Description |
---|---|---|
items | DiagramItem[] | An array of item objects. |
See Also