Skip to content

Commit 0aa00be

Browse files
committed
deploy: e7d6da6
1 parent 53aa799 commit 0aa00be

25 files changed

+578
-534
lines changed

api/BB84.Notifications.Components.CollectionChangedEventArgs-1.html

+7-13
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="title" content="Class CollectionChangedEventArgs&lt;T&gt; ">
88

9-
<meta name="description" content="The collection changed event args class.">
9+
<meta name="description" content="Provides data for the event.">
1010
<link rel="icon" href="../favicon.ico">
1111
<link rel="stylesheet" href="../public/docfx.min.css">
1212
<link rel="stylesheet" href="../public/main.css">
@@ -85,15 +85,15 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8585

8686

8787
<h1 id="BB84_Notifications_Components_CollectionChangedEventArgs_1" data-uid="BB84.Notifications.Components.CollectionChangedEventArgs`1" class="text-break">
88-
Class CollectionChangedEventArgs&lt;T&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L32"><i class="bi bi-code-slash"></i></a>
88+
Class CollectionChangedEventArgs&lt;T&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L26"><i class="bi bi-code-slash"></i></a>
8989
</h1>
9090

9191
<div class="facts text-secondary">
9292
<dl><dt>Namespace</dt><dd><a class="xref" href="BB84.html">BB84</a>.<a class="xref" href="BB84.Notifications.html">Notifications</a>.<a class="xref" href="BB84.Notifications.Components.html">Components</a></dd></dl>
9393
<dl><dt>Assembly</dt><dd>BB84.Notifications.dll</dd></dl>
9494
</div>
9595

96-
<div class="markdown summary"><p>The collection changed event args class.</p>
96+
<div class="markdown summary"><p>Provides data for the <a class="xref" href="BB84.Notifications.Interfaces.Components.INotifyCollectionChanged.html">INotifyCollectionChanged</a> event.</p>
9797
</div>
9898
<div class="markdown conceptual"></div>
9999

@@ -154,9 +154,6 @@ <h4 class="section">Type Parameters</h4>
154154

155155

156156

157-
<h2 id="BB84_Notifications_Components_CollectionChangedEventArgs_1_remarks">Remarks</h2>
158-
<div class="markdown level0 remarks"><p>Initializes a instance of the collection changed event args class.</p>
159-
</div>
160157

161158

162159
<h2 class="section" id="constructors">Constructors
@@ -167,10 +164,10 @@ <h2 class="section" id="constructors">Constructors
167164

168165
<h3 id="BB84_Notifications_Components_CollectionChangedEventArgs_1__ctor_System_ComponentModel_CollectionChangeAction__0_" data-uid="BB84.Notifications.Components.CollectionChangedEventArgs`1.#ctor(System.ComponentModel.CollectionChangeAction,`0)">
169166
CollectionChangedEventArgs(CollectionChangeAction, T)
170-
<a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L32"><i class="bi bi-code-slash"></i></a>
167+
<a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L26"><i class="bi bi-code-slash"></i></a>
171168
</h3>
172169

173-
<div class="markdown level1 summary"><p>The collection changed event args class.</p>
170+
<div class="markdown level1 summary"><p>Provides data for the <a class="xref" href="BB84.Notifications.Interfaces.Components.INotifyCollectionChanged.html">INotifyCollectionChanged</a> event.</p>
174171
</div>
175172
<div class="markdown level1 conceptual"></div>
176173

@@ -195,9 +192,6 @@ <h4 class="section">Parameters</h4>
195192

196193

197194

198-
<h4 class="section" id="BB84_Notifications_Components_CollectionChangedEventArgs_1__ctor_System_ComponentModel_CollectionChangeAction__0__remarks">Remarks</h4>
199-
<div class="markdown level1 remarks"><p>Initializes a instance of the collection changed event args class.</p>
200-
</div>
201195

202196

203197

@@ -210,7 +204,7 @@ <h2 class="section" id="properties">Properties
210204

211205
<h3 id="BB84_Notifications_Components_CollectionChangedEventArgs_1_Item" data-uid="BB84.Notifications.Components.CollectionChangedEventArgs`1.Item">
212206
Item
213-
<a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L37"><i class="bi bi-code-slash"></i></a>
207+
<a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L31"><i class="bi bi-code-slash"></i></a>
214208
</h3>
215209

216210
<div class="markdown level1 summary"><p>The item that is changed.</p>
@@ -242,7 +236,7 @@ <h4 class="section">Property Value</h4>
242236
</article>
243237

244238
<div class="contribution d-print-none">
245-
<a href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L32" class="edit-link">Edit this page</a>
239+
<a href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L26" class="edit-link">Edit this page</a>
246240
</div>
247241

248242

api/BB84.Notifications.Components.CollectionChangedEventArgs.html

+7-13
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="title" content="Class CollectionChangedEventArgs ">
88

9-
<meta name="description" content="The collection changed event args class.">
9+
<meta name="description" content="Provides data for the event.">
1010
<link rel="icon" href="../favicon.ico">
1111
<link rel="stylesheet" href="../public/docfx.min.css">
1212
<link rel="stylesheet" href="../public/main.css">
@@ -85,15 +85,15 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8585

8686

8787
<h1 id="BB84_Notifications_Components_CollectionChangedEventArgs" data-uid="BB84.Notifications.Components.CollectionChangedEventArgs" class="text-break">
88-
Class CollectionChangedEventArgs <a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L15"><i class="bi bi-code-slash"></i></a>
88+
Class CollectionChangedEventArgs <a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L12"><i class="bi bi-code-slash"></i></a>
8989
</h1>
9090

9191
<div class="facts text-secondary">
9292
<dl><dt>Namespace</dt><dd><a class="xref" href="BB84.html">BB84</a>.<a class="xref" href="BB84.Notifications.html">Notifications</a>.<a class="xref" href="BB84.Notifications.Components.html">Components</a></dd></dl>
9393
<dl><dt>Assembly</dt><dd>BB84.Notifications.dll</dd></dl>
9494
</div>
9595

96-
<div class="markdown summary"><p>The collection changed event args class.</p>
96+
<div class="markdown summary"><p>Provides data for the <a class="xref" href="BB84.Notifications.Interfaces.Components.INotifyCollectionChanged.html">INotifyCollectionChanged</a> event.</p>
9797
</div>
9898
<div class="markdown conceptual"></div>
9999

@@ -153,9 +153,6 @@ <h1 id="BB84_Notifications_Components_CollectionChangedEventArgs" data-uid="BB84
153153

154154

155155

156-
<h2 id="BB84_Notifications_Components_CollectionChangedEventArgs_remarks">Remarks</h2>
157-
<div class="markdown level0 remarks"><p>Initializes a instance of the collection changed event args class.</p>
158-
</div>
159156

160157

161158
<h2 class="section" id="constructors">Constructors
@@ -166,10 +163,10 @@ <h2 class="section" id="constructors">Constructors
166163

167164
<h3 id="BB84_Notifications_Components_CollectionChangedEventArgs__ctor_System_ComponentModel_CollectionChangeAction_" data-uid="BB84.Notifications.Components.CollectionChangedEventArgs.#ctor(System.ComponentModel.CollectionChangeAction)">
168165
CollectionChangedEventArgs(CollectionChangeAction)
169-
<a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L15"><i class="bi bi-code-slash"></i></a>
166+
<a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L12"><i class="bi bi-code-slash"></i></a>
170167
</h3>
171168

172-
<div class="markdown level1 summary"><p>The collection changed event args class.</p>
169+
<div class="markdown level1 summary"><p>Provides data for the <a class="xref" href="BB84.Notifications.Interfaces.Components.INotifyCollectionChanged.html">INotifyCollectionChanged</a> event.</p>
173170
</div>
174171
<div class="markdown level1 conceptual"></div>
175172

@@ -191,9 +188,6 @@ <h4 class="section">Parameters</h4>
191188

192189

193190

194-
<h4 class="section" id="BB84_Notifications_Components_CollectionChangedEventArgs__ctor_System_ComponentModel_CollectionChangeAction__remarks">Remarks</h4>
195-
<div class="markdown level1 remarks"><p>Initializes a instance of the collection changed event args class.</p>
196-
</div>
197191

198192

199193

@@ -206,7 +200,7 @@ <h2 class="section" id="properties">Properties
206200

207201
<h3 id="BB84_Notifications_Components_CollectionChangedEventArgs_Action" data-uid="BB84.Notifications.Components.CollectionChangedEventArgs.Action">
208202
Action
209-
<a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L20"><i class="bi bi-code-slash"></i></a>
203+
<a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L17"><i class="bi bi-code-slash"></i></a>
210204
</h3>
211205

212206
<div class="markdown level1 summary"><p>The action that causes the change.</p>
@@ -238,7 +232,7 @@ <h4 class="section">Property Value</h4>
238232
</article>
239233

240234
<div class="contribution d-print-none">
241-
<a href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L15" class="edit-link">Edit this page</a>
235+
<a href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L12" class="edit-link">Edit this page</a>
242236
</div>
243237

244238

api/BB84.Notifications.Components.CollectionChangedEventHandler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8585

8686

8787
<h1 id="BB84_Notifications_Components_CollectionChangedEventHandler" data-uid="BB84.Notifications.Components.CollectionChangedEventHandler" class="text-break">
88-
Delegate CollectionChangedEventHandler <a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L45"><i class="bi bi-code-slash"></i></a>
88+
Delegate CollectionChangedEventHandler <a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L39"><i class="bi bi-code-slash"></i></a>
8989
</h1>
9090

9191
<div class="facts text-secondary">
@@ -126,7 +126,7 @@ <h4 class="section">Parameters</h4>
126126
</article>
127127

128128
<div class="contribution d-print-none">
129-
<a href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L45" class="edit-link">Edit this page</a>
129+
<a href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangedEventArgs.cs/#L39" class="edit-link">Edit this page</a>
130130
</div>
131131

132132

api/BB84.Notifications.Components.CollectionChangingEventArgs-1.html

+7-13
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="title" content="Class CollectionChangingEventArgs&lt;T&gt; ">
88

9-
<meta name="description" content="The collection changing event args class.">
9+
<meta name="description" content="Provides data for the event.">
1010
<link rel="icon" href="../favicon.ico">
1111
<link rel="stylesheet" href="../public/docfx.min.css">
1212
<link rel="stylesheet" href="../public/main.css">
@@ -85,15 +85,15 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8585

8686

8787
<h1 id="BB84_Notifications_Components_CollectionChangingEventArgs_1" data-uid="BB84.Notifications.Components.CollectionChangingEventArgs`1" class="text-break">
88-
Class CollectionChangingEventArgs&lt;T&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangingEventArgs.cs/#L32"><i class="bi bi-code-slash"></i></a>
88+
Class CollectionChangingEventArgs&lt;T&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangingEventArgs.cs/#L26"><i class="bi bi-code-slash"></i></a>
8989
</h1>
9090

9191
<div class="facts text-secondary">
9292
<dl><dt>Namespace</dt><dd><a class="xref" href="BB84.html">BB84</a>.<a class="xref" href="BB84.Notifications.html">Notifications</a>.<a class="xref" href="BB84.Notifications.Components.html">Components</a></dd></dl>
9393
<dl><dt>Assembly</dt><dd>BB84.Notifications.dll</dd></dl>
9494
</div>
9595

96-
<div class="markdown summary"><p>The collection changing event args class.</p>
96+
<div class="markdown summary"><p>Provides data for the <a class="xref" href="BB84.Notifications.Interfaces.Components.INotifyCollectionChanging.html">INotifyCollectionChanging</a> event.</p>
9797
</div>
9898
<div class="markdown conceptual"></div>
9999

@@ -154,9 +154,6 @@ <h4 class="section">Type Parameters</h4>
154154

155155

156156

157-
<h2 id="BB84_Notifications_Components_CollectionChangingEventArgs_1_remarks">Remarks</h2>
158-
<div class="markdown level0 remarks"><p>Initializes a instance of the collection changing event args class.</p>
159-
</div>
160157

161158

162159
<h2 class="section" id="constructors">Constructors
@@ -167,10 +164,10 @@ <h2 class="section" id="constructors">Constructors
167164

168165
<h3 id="BB84_Notifications_Components_CollectionChangingEventArgs_1__ctor_System_ComponentModel_CollectionChangeAction__0_" data-uid="BB84.Notifications.Components.CollectionChangingEventArgs`1.#ctor(System.ComponentModel.CollectionChangeAction,`0)">
169166
CollectionChangingEventArgs(CollectionChangeAction, T)
170-
<a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangingEventArgs.cs/#L32"><i class="bi bi-code-slash"></i></a>
167+
<a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangingEventArgs.cs/#L26"><i class="bi bi-code-slash"></i></a>
171168
</h3>
172169

173-
<div class="markdown level1 summary"><p>The collection changing event args class.</p>
170+
<div class="markdown level1 summary"><p>Provides data for the <a class="xref" href="BB84.Notifications.Interfaces.Components.INotifyCollectionChanging.html">INotifyCollectionChanging</a> event.</p>
174171
</div>
175172
<div class="markdown level1 conceptual"></div>
176173

@@ -195,9 +192,6 @@ <h4 class="section">Parameters</h4>
195192

196193

197194

198-
<h4 class="section" id="BB84_Notifications_Components_CollectionChangingEventArgs_1__ctor_System_ComponentModel_CollectionChangeAction__0__remarks">Remarks</h4>
199-
<div class="markdown level1 remarks"><p>Initializes a instance of the collection changing event args class.</p>
200-
</div>
201195

202196

203197

@@ -210,7 +204,7 @@ <h2 class="section" id="properties">Properties
210204

211205
<h3 id="BB84_Notifications_Components_CollectionChangingEventArgs_1_Item" data-uid="BB84.Notifications.Components.CollectionChangingEventArgs`1.Item">
212206
Item
213-
<a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangingEventArgs.cs/#L37"><i class="bi bi-code-slash"></i></a>
207+
<a class="header-action link-secondary" title="View source" href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangingEventArgs.cs/#L31"><i class="bi bi-code-slash"></i></a>
214208
</h3>
215209

216210
<div class="markdown level1 summary"><p>The item that is changing.</p>
@@ -242,7 +236,7 @@ <h4 class="section">Property Value</h4>
242236
</article>
243237

244238
<div class="contribution d-print-none">
245-
<a href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangingEventArgs.cs/#L32" class="edit-link">Edit this page</a>
239+
<a href="https://github.com/BoBoBaSs84/BB84.Notifications/blob/main/src/BB84.Notifications/Components/CollectionChangingEventArgs.cs/#L26" class="edit-link">Edit this page</a>
246240
</div>
247241

248242

0 commit comments

Comments
 (0)