C# Class KanColle.Flash.External.ExternalInterfaceCallEventArgs

Event arguments for the ExternalInterfaceCallEventHandler.
Inheritance: System.EventArgs
Show file Open project: undisputed-seraphim/KanColleAPI Class Usage Examples

Public Methods

Method Description
ExternalInterfaceCallEventArgs ( ExternalInterfaceCall functionCall ) : System

Method Details

ExternalInterfaceCallEventArgs() public method

public ExternalInterfaceCallEventArgs ( ExternalInterfaceCall functionCall ) : System
functionCall ExternalInterfaceCall
return System