C# Class MilkShakeFramework.Core.Events.MilkEvent

Afficher le fichier Open project: lucas-jones/MilkShake-old Class Usage Examples

Méthodes publiques

Méthode Description
Invoke ( ) : void
MilkEvent ( string eventName, Delegate eventFunction, string eventHandler ) : System

Method Details

Invoke() public méthode

public Invoke ( ) : void
Résultat void

MilkEvent() public méthode

public MilkEvent ( string eventName, Delegate eventFunction, string eventHandler ) : System
eventName string
eventFunction System.Delegate
eventHandler string
Résultat System