|
42 | 42 | "api/EventHook.Hooks.MouseMessages.html": { |
43 | 43 | "href": "api/EventHook.Hooks.MouseMessages.html", |
44 | 44 | "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" |
46 | 46 | }, |
47 | 47 | "api/EventHook.Hooks.Point.html": { |
48 | 48 | "href": "api/EventHook.Hooks.Point.html", |
49 | 49 | "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" |
51 | 51 | }, |
52 | 52 | "api/EventHook.html": { |
53 | 53 | "href": "api/EventHook.html", |
|
77 | 77 | "api/EventHook.MouseEventArgs.html": { |
78 | 78 | "href": "api/EventHook.MouseEventArgs.html", |
79 | 79 | "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" |
81 | 81 | }, |
82 | 82 | "api/EventHook.MouseWatcher.html": { |
83 | 83 | "href": "api/EventHook.MouseWatcher.html", |
|
92 | 92 | "api/EventHook.PrintEventData.html": { |
93 | 93 | "href": "api/EventHook.PrintEventData.html", |
94 | 94 | "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" |
96 | 96 | }, |
97 | 97 | "api/EventHook.PrintWatcher.html": { |
98 | 98 | "href": "api/EventHook.PrintWatcher.html", |
|
102 | 102 | "api/EventHook.WindowData.html": { |
103 | 103 | "href": "api/EventHook.WindowData.html", |
104 | 104 | "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" |
106 | 106 | } |
107 | 107 | } |
0 commit comments