Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Commit 768621b

Browse files
author
buildbot121
committed
API documentation update by build server
1 parent 4464062 commit 768621b

File tree

7 files changed

+68
-10
lines changed

7 files changed

+68
-10
lines changed

docs/api/EventHook.Hooks.MouseMessages.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,14 @@ <h3 id="fields">Fields
134134
<td id="EventHook_Hooks_MouseMessages_WM_WHEELBUTTONUP">WM_WHEELBUTTONUP</td>
135135
<td></td>
136136
</tr>
137+
<tr>
138+
<td id="EventHook_Hooks_MouseMessages_WM_XBUTTONDOWN">WM_XBUTTONDOWN</td>
139+
<td></td>
140+
</tr>
141+
<tr>
142+
<td id="EventHook_Hooks_MouseMessages_WM_XBUTTONUP">WM_XBUTTONUP</td>
143+
<td></td>
144+
</tr>
137145
</tbody>
138146
</thead></thead></table>
139147
</article>

docs/api/EventHook.Hooks.POINT.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h5 class="fieldValue">Field Value</h5>
134134
</thead>
135135
<tbody>
136136
<tr>
137-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
137+
<td><span class="xref">System.Int32</span></td>
138138
<td></td>
139139
</tr>
140140
</tbody>
@@ -158,7 +158,7 @@ <h5 class="fieldValue">Field Value</h5>
158158
</thead>
159159
<tbody>
160160
<tr>
161-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
161+
<td><span class="xref">System.Int32</span></td>
162162
<td></td>
163163
</tr>
164164
</tbody>

docs/api/EventHook.MouseEventArgs.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,31 @@ <h5 class="propertyValue">Property Value</h5>
154154
</table>
155155

156156

157+
<a id="EventHook_MouseEventArgs_MouseData_" data-uid="EventHook.MouseEventArgs.MouseData*"></a>
158+
<h4 id="EventHook_MouseEventArgs_MouseData" data-uid="EventHook.MouseEventArgs.MouseData">MouseData</h4>
159+
<div class="markdown level1 summary"></div>
160+
<div class="markdown level1 conceptual"></div>
161+
<h5 class="decalaration">Declaration</h5>
162+
<div class="codewrapper">
163+
<pre><code class="lang-csharp hljs">public uint MouseData { get; set; }</code></pre>
164+
</div>
165+
<h5 class="propertyValue">Property Value</h5>
166+
<table class="table table-bordered table-striped table-condensed">
167+
<thead>
168+
<tr>
169+
<th>Type</th>
170+
<th>Description</th>
171+
</tr>
172+
</thead>
173+
<tbody>
174+
<tr>
175+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.uint32">UInt32</a></td>
176+
<td></td>
177+
</tr>
178+
</tbody>
179+
</table>
180+
181+
157182
<a id="EventHook_MouseEventArgs_Point_" data-uid="EventHook.MouseEventArgs.Point*"></a>
158183
<h4 id="EventHook_MouseEventArgs_Point" data-uid="EventHook.MouseEventArgs.Point">Point</h4>
159184
<div class="markdown level1 summary"></div>

docs/api/EventHook.PrintEventData.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h5 class="propertyValue">Property Value</h5>
193193
</thead>
194194
<tbody>
195195
<tr>
196-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a>&gt;</td>
196+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<span class="xref">System.Int32</span>&gt;</td>
197197
<td></td>
198198
</tr>
199199
</tbody>
@@ -218,7 +218,7 @@ <h5 class="propertyValue">Property Value</h5>
218218
</thead>
219219
<tbody>
220220
<tr>
221-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a>&gt;</td>
221+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<span class="xref">System.Int32</span>&gt;</td>
222222
<td></td>
223223
</tr>
224224
</tbody>

docs/api/EventHook.WindowData.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h5 class="fieldValue">Field Value</h5>
142142
</thead>
143143
<tbody>
144144
<tr>
145-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
145+
<td><span class="xref">System.Int32</span></td>
146146
<td></td>
147147
</tr>
148148
</tbody>

docs/index.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"api/EventHook.Hooks.MouseMessages.html": {
4343
"href": "api/EventHook.Hooks.MouseMessages.html",
4444
"title": "Enum MouseMessages | EventHook",
45-
"keywords": "Enum MouseMessages The mouse messages. Namespace : EventHook.Hooks Assembly : EventHook.dll Syntax public enum MouseMessages Fields Name Description WM_LBUTTONDOWN WM_LBUTTONUP WM_MOUSEMOVE WM_MOUSEWHEEL WM_RBUTTONDOWN WM_RBUTTONUP WM_WHEELBUTTONDOWN WM_WHEELBUTTONUP"
45+
"keywords": "Enum MouseMessages The mouse messages. Namespace : EventHook.Hooks Assembly : EventHook.dll Syntax public enum MouseMessages Fields Name Description WM_LBUTTONDOWN WM_LBUTTONUP WM_MOUSEMOVE WM_MOUSEWHEEL WM_RBUTTONDOWN WM_RBUTTONUP WM_WHEELBUTTONDOWN WM_WHEELBUTTONUP WM_XBUTTONDOWN WM_XBUTTONUP"
4646
},
4747
"api/EventHook.Hooks.Point.html": {
4848
"href": "api/EventHook.Hooks.Point.html",
4949
"title": "Struct Point | EventHook",
50-
"keywords": "Struct Point The point co-ordinate. Inherited Members ValueType.Equals(Object) ValueType.GetHashCode() ValueType.ToString() Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetType() Namespace : EventHook.Hooks Assembly : EventHook.dll Syntax public struct Point Fields x Declaration public readonly int x Field Value Type Description Int32 y Declaration public readonly int y Field Value Type Description Int32"
50+
"keywords": "Struct Point The point co-ordinate. Inherited Members ValueType.Equals(Object) ValueType.GetHashCode() ValueType.ToString() Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetType() Namespace : EventHook.Hooks Assembly : EventHook.dll Syntax public struct Point Fields x Declaration public readonly int x Field Value Type Description System.Int32 y Declaration public readonly int y Field Value Type Description System.Int32"
5151
},
5252
"api/EventHook.html": {
5353
"href": "api/EventHook.html",
@@ -77,7 +77,7 @@
7777
"api/EventHook.MouseEventArgs.html": {
7878
"href": "api/EventHook.MouseEventArgs.html",
7979
"title": "Class MouseEventArgs | EventHook",
80-
"keywords": "Class MouseEventArgs Event argument to pass data through user callbacks. Inheritance Object EventArgs MouseEventArgs Inherited Members EventArgs.Empty Object.ToString() Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : EventHook Assembly : EventHook.dll Syntax public class MouseEventArgs : EventArgs Properties Message Declaration public MouseMessages Message { get; set; } Property Value Type Description MouseMessages Point Declaration public Point Point { get; set; } Property Value Type Description Point"
80+
"keywords": "Class MouseEventArgs Event argument to pass data through user callbacks. Inheritance Object EventArgs MouseEventArgs Inherited Members EventArgs.Empty Object.ToString() Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : EventHook Assembly : EventHook.dll Syntax public class MouseEventArgs : EventArgs Properties Message Declaration public MouseMessages Message { get; set; } Property Value Type Description MouseMessages MouseData Declaration public uint MouseData { get; set; } Property Value Type Description UInt32 Point Declaration public Point Point { get; set; } Property Value Type Description Point"
8181
},
8282
"api/EventHook.MouseWatcher.html": {
8383
"href": "api/EventHook.MouseWatcher.html",
@@ -92,7 +92,7 @@
9292
"api/EventHook.PrintEventData.html": {
9393
"href": "api/EventHook.PrintEventData.html",
9494
"title": "Class PrintEventData | EventHook",
95-
"keywords": "Class PrintEventData An object holding key information on a particular print event. Inheritance Object PrintEventData Inherited Members Object.ToString() Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : EventHook Assembly : EventHook.dll Syntax public class PrintEventData Properties EventDateTime Declaration public DateTime EventDateTime { get; set; } Property Value Type Description DateTime JobName Declaration public string JobName { get; set; } Property Value Type Description String JobSize Declaration public int? JobSize { get; set; } Property Value Type Description Nullable < Int32 > Pages Declaration public int? Pages { get; set; } Property Value Type Description Nullable < Int32 > PrinterName Declaration public string PrinterName { get; set; } Property Value Type Description String"
95+
"keywords": "Class PrintEventData An object holding key information on a particular print event. Inheritance Object PrintEventData Inherited Members Object.ToString() Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : EventHook Assembly : EventHook.dll Syntax public class PrintEventData Properties EventDateTime Declaration public DateTime EventDateTime { get; set; } Property Value Type Description DateTime JobName Declaration public string JobName { get; set; } Property Value Type Description String JobSize Declaration public int? JobSize { get; set; } Property Value Type Description Nullable < System.Int32 > Pages Declaration public int? Pages { get; set; } Property Value Type Description Nullable < System.Int32 > PrinterName Declaration public string PrinterName { get; set; } Property Value Type Description String"
9696
},
9797
"api/EventHook.PrintWatcher.html": {
9898
"href": "api/EventHook.PrintWatcher.html",
@@ -102,6 +102,6 @@
102102
"api/EventHook.WindowData.html": {
103103
"href": "api/EventHook.WindowData.html",
104104
"title": "Class WindowData | EventHook",
105-
"keywords": "Class WindowData An object that holds information on application event. Inheritance Object WindowData Inherited Members Object.ToString() Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : EventHook Assembly : EventHook.dll Syntax public class WindowData Fields EventType Declaration public int EventType Field Value Type Description Int32 HWnd Declaration public IntPtr HWnd Field Value Type Description IntPtr Properties AppName Declaration public string AppName { get; set; } Property Value Type Description String AppPath Declaration public string AppPath { get; set; } Property Value Type Description String AppTitle Declaration public string AppTitle { get; set; } Property Value Type Description String"
105+
"keywords": "Class WindowData An object that holds information on application event. Inheritance Object WindowData Inherited Members Object.ToString() Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : EventHook Assembly : EventHook.dll Syntax public class WindowData Fields EventType Declaration public int EventType Field Value Type Description System.Int32 HWnd Declaration public IntPtr HWnd Field Value Type Description IntPtr Properties AppName Declaration public string AppName { get; set; } Property Value Type Description String AppPath Declaration public string AppPath { get; set; } Property Value Type Description String AppTitle Declaration public string AppTitle { get; set; } Property Value Type Description String"
106106
}
107107
}

docs/xrefmap.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,18 @@ references:
357357
commentId: F:EventHook.Hooks.MouseMessages.WM_WHEELBUTTONUP
358358
fullName: EventHook.Hooks.MouseMessages.WM_WHEELBUTTONUP
359359
nameWithType: MouseMessages.WM_WHEELBUTTONUP
360+
- uid: EventHook.Hooks.MouseMessages.WM_XBUTTONDOWN
361+
name: WM_XBUTTONDOWN
362+
href: api/EventHook.Hooks.MouseMessages.html#EventHook_Hooks_MouseMessages_WM_XBUTTONDOWN
363+
commentId: F:EventHook.Hooks.MouseMessages.WM_XBUTTONDOWN
364+
fullName: EventHook.Hooks.MouseMessages.WM_XBUTTONDOWN
365+
nameWithType: MouseMessages.WM_XBUTTONDOWN
366+
- uid: EventHook.Hooks.MouseMessages.WM_XBUTTONUP
367+
name: WM_XBUTTONUP
368+
href: api/EventHook.Hooks.MouseMessages.html#EventHook_Hooks_MouseMessages_WM_XBUTTONUP
369+
commentId: F:EventHook.Hooks.MouseMessages.WM_XBUTTONUP
370+
fullName: EventHook.Hooks.MouseMessages.WM_XBUTTONUP
371+
nameWithType: MouseMessages.WM_XBUTTONUP
360372
- uid: EventHook.Hooks.Point
361373
name: Point
362374
href: api/EventHook.Hooks.Point.html
@@ -493,6 +505,19 @@ references:
493505
isSpec: "True"
494506
fullName: EventHook.MouseEventArgs.Message
495507
nameWithType: MouseEventArgs.Message
508+
- uid: EventHook.MouseEventArgs.MouseData
509+
name: MouseData
510+
href: api/EventHook.MouseEventArgs.html#EventHook_MouseEventArgs_MouseData
511+
commentId: P:EventHook.MouseEventArgs.MouseData
512+
fullName: EventHook.MouseEventArgs.MouseData
513+
nameWithType: MouseEventArgs.MouseData
514+
- uid: EventHook.MouseEventArgs.MouseData*
515+
name: MouseData
516+
href: api/EventHook.MouseEventArgs.html#EventHook_MouseEventArgs_MouseData_
517+
commentId: Overload:EventHook.MouseEventArgs.MouseData
518+
isSpec: "True"
519+
fullName: EventHook.MouseEventArgs.MouseData
520+
nameWithType: MouseEventArgs.MouseData
496521
- uid: EventHook.MouseEventArgs.Point
497522
name: Point
498523
href: api/EventHook.MouseEventArgs.html#EventHook_MouseEventArgs_Point

0 commit comments

Comments
 (0)