Generate API docs as markdown
This commit is contained in:
parent
ab7b83abbb
commit
85e90f7bd5
120 changed files with 14227 additions and 76482 deletions
22
Docs/api/CapyKit.CapyEventHandler.md
Normal file
22
Docs/api/CapyKit.CapyEventHandler.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# <a id="CapyKit_CapyEventHandler"></a> Delegate CapyEventHandler
|
||||
|
||||
Namespace: [CapyKit](CapyKit.md)
|
||||
Assembly: CapyKit.dll
|
||||
|
||||
A delegate representing an event handler that accepts a <xref href="CapyKit.CapyEventArgs" data-throw-if-not-resolved="false"></xref> instance.
|
||||
|
||||
```csharp
|
||||
public delegate void CapyEventHandler(CapyEventArgs e)
|
||||
```
|
||||
|
||||
#### Parameters
|
||||
|
||||
`e` [CapyEventArgs](CapyKit.CapyEventArgs.md)
|
||||
|
||||
The CapyEventArgs instance containing event data.
|
||||
|
||||
#### Extension Methods
|
||||
|
||||
[ObjectExtensions.UpdateProperties<CapyEventHandler\>\(CapyEventHandler, CapyEventHandler\)](CapyKit.Extensions.ObjectExtensions.md\#CapyKit\_Extensions\_ObjectExtensions\_UpdateProperties\_\_1\_\_\_0\_\_\_0\_),
|
||||
[ObjectExtensions.UpdateProperties\(object, object\)](CapyKit.Extensions.ObjectExtensions.md\#CapyKit\_Extensions\_ObjectExtensions\_UpdateProperties\_System\_Object\_System\_Object\_)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue