ClassEvent

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
name string
eventArgsType string
description string
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-classevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClassEvent",
  "title": "ClassEvent",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "eventArgsType": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}