-
Home
-
API
-
XenoAtom.Terminal.UI.Collections
-
BindableList
-
Constructors
-
BindableList(Object, String, Action?, Action?)
BindableList(Object, String, Action?, Action?) Constructor
Definition
public BindableList(object owner, string name, [Nullable(new byte[] { (byte)2, (byte)1 })] Action<T>? onAdding = null, [Nullable(new byte[] { (byte)2, (byte)1 })] Action<T>? onRemoving = null)
Parameters