Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

7b26c31d 9b8c 3fbe aed8 b380f39b48ca

haplokuon edited this page May 6, 2023 · 1 revision

ObservableCollectionEventArgs<T> Constructor

netDxf 3.0.0 Library

Initializes a new instance of ObservableCollectionEventArgs.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public ObservableCollectionEventArgs(
	T item
)

VB

Public Sub New ( 
	item As T
)

C++

public:
ObservableCollectionEventArgs(
	T item
)

F#

new : 
        item : 'T -> ObservableCollectionEventArgs

Parameters

  T
Item that is being added or removed from the collection.

See Also

Reference

ObservableCollectionEventArgs(T) Class
netDxf.Collections Namespace

Clone this wiki locally