This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
2ab2f2e1 ed62 a66c 27a0 00470192c760
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents the arguments thrown by the ObservableCollection events.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class ObservableCollectionEventArgs<T> : EventArgsVB
Public Class ObservableCollectionEventArgs(Of T)
Inherits EventArgsC++
generic<typename T>
public ref class ObservableCollectionEventArgs : public EventArgsF#
type ObservableCollectionEventArgs<'T> =
class
inherit EventArgs
end| Inheritance | Object → EventArgs → ObservableCollectionEventArgs(T) |
- Type of items.
| ObservableCollectionEventArgs(T) | Initializes a new instance of ObservableCollectionEventArgs. |
| Cancel | Gets or sets if the operation must be canceled. |
| Item | Get the item that is being added or removed from the collection. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |