ClassDiagramItemsChangingEventArgs
Class
Represents ItemsChanging event args.
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public class DiagramItemsChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsDiagramItemsChangingEventArgs
Inherited Members
Constructors
DiagramItemsChangingEventArgs(IEnumerable, IEnumerable, NotifyCollectionChangedAction)
Initializes a new instance of the DiagramItemsChangingEventArgs class.
Declaration
cs-api-definition
public DiagramItemsChangingEventArgs(IEnumerable newItems = null, IEnumerable oldItems = null, NotifyCollectionChangedAction action = NotifyCollectionChangedAction.Reset)
Parameters
newItems
The new items.
oldItems
The old items.
action
The action.