C# Class DeltaDNA.PopupEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: deltaDNA/unity-sdk Class Usage Examples

Public Methods

Method Description
PopupEventArgs ( string id, string type, string value ) : System

Method Details

PopupEventArgs() public method

public PopupEventArgs ( string id, string type, string value ) : System
id string
type string
value string
return System