DataCollection
NotifyCollectionChangedEventArgs<T> クラス
メンバ 

C1.DataCollection.Serialization アセンブリ > C1.DataCollection.Serialization 名前空間 : NotifyCollectionChangedEventArgs<T> クラス
This generic class is used to deserialize System.Collections.Specialized.NotifyCollectionChangedEventArgs correctly.
オブジェクト モデル
NotifyCollectionChangedEventArgs<T> クラス
シンタックス
'宣言
 
Public Class NotifyCollectionChangedEventArgs(Of T) 
   Inherits System.Collections.Specialized.NotifyCollectionChangedEventArgs
public class NotifyCollectionChangedEventArgs<T> : System.Collections.Specialized.NotifyCollectionChangedEventArgs 
型パラメータ
T
解説
This must be used together with NotifyCollectionChangedEventArgsJsonConverter in the System.Text.Json.JsonSerializer options.
継承階層

System.Object
   System.EventArgs
      System.Collections.Specialized.NotifyCollectionChangedEventArgs
         C1.DataCollection.Serialization.NotifyCollectionChangedEventArgs<T>

参照

NotifyCollectionChangedEventArgs<T> メンバ
C1.DataCollection.Serialization 名前空間