C# Class Dev2.Activities.Designers2.Core.CEventHelper

Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Свойство Type Description
BuildEventFields void
GetTypeEventFields IEnumerable

Méthodes publiques

Méthode Description
RemoveAllEventHandlers ( object obj ) : void
RemoveEventHandler ( object obj, string eventName ) : void

Private Methods

Méthode Description
BuildEventFields ( Type t, List lst ) : void
GetTypeEventFields ( Type t ) : IEnumerable

Method Details

RemoveAllEventHandlers() public static méthode

public static RemoveAllEventHandlers ( object obj ) : void
obj object
Résultat void

RemoveEventHandler() public static méthode

public static RemoveEventHandler ( object obj, string eventName ) : void
obj object
eventName string
Résultat void