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

04aeffc9 41cf 9462 a285 eeff596c67cb

haplokuon edited this page May 6, 2023 · 1 revision

ObservableDictionaryEventArgs<TKey, TValue> Class

netDxf 3.0.0 Library

Represents the arguments thrown by the ObservableDictionaryEventArgs events.

Definition

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

C#

public class ObservableDictionaryEventArgs<TKey, TValue> : EventArgs

VB

Public Class ObservableDictionaryEventArgs(Of TKey, TValue)
	Inherits EventArgs

C++

generic<typename TKey, typename TValue>
public ref class ObservableDictionaryEventArgs : public EventArgs

F#

type ObservableDictionaryEventArgs<'TKey, 'TValue> = 
    class
        inherit EventArgs
    end
Inheritance Object → EventArgs → ObservableDictionaryEventArgs(TKey, TValue)

Type Parameters

Type of items.
Type of items.

Constructors

ObservableDictionaryEventArgs(TKey, TValue) Initializes a new instance of ObservableDictionaryEventArgs.

Properties

Cancel Gets or sets if the operation must be canceled.
Item Get the item that is being added to or removed from the dictionary.

Methods

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)

See Also

Reference

netDxf.Collections Namespace

Clone this wiki locally