Skip to main content
.NET 6.0+

ObjectsManipulatingEventArgs Constructors

Arguments passed to the events that involve manipulating objects.
Name Parameters Description
ObjectsManipulatingEventArgs(ICollection) objects Creates and initializes a new instance of the ObjectsManipulatingEventArgs class.
ObjectsManipulatingEventArgs(Object) obj Creates and initializes a new instance of the ObjectsManipulatingEventArgs class.
See Also