Show / Hide Table of Contents

Delegate APIEvent.APIEventHandler

AntFarm API event handler, subscribe to this event to handle in your application

Namespace: AntFarm.API.Events
Assembly: AntFarm.dll
Syntax
public delegate void APIEventHandler(object sender, APIEventArgs e);
Parameters
Type Name Description
System.Object sender

Source of the event

APIEventArgs e

Provides data for the data event

In This Article
Back to top Generated by DocFX