Represents ItemsChanging event args.
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class DiagramItemsChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsDiagramItemsChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the DiagramItemsChangingEventArgs class.
C#
public DiagramItemsChangingEventArgs(IEnumerable newItems = null, IEnumerable oldItems = null, NotifyCollectionChangedAction action = NotifyCollectionChangedAction.Reset)
The new items.
oldItemsIEnumerableThe old items.
actionNotifyCollectionChangedActionThe action.