C# Class Robotlegs.Mvcs.Support.CustomEvent

Inheritance: Event
Afficher le fichier Open project: tekool/silverlight-robotlegs-framework

Méthodes publiques

Свойство Type Description
STARTED string
STOPPED string

Méthodes publiques

Méthode Description
Clone ( ) : Event
CustomEvent ( string type ) : Robotlegs.Base

Method Details

Clone() public méthode

public Clone ( ) : Event
Résultat Event

CustomEvent() public méthode

public CustomEvent ( string type ) : Robotlegs.Base
type string
Résultat Robotlegs.Base

Property Details

STARTED public_oe static_oe property

public static string STARTED
Résultat string

STOPPED public_oe static_oe property

public static string STOPPED
Résultat string