C# Class Castle.MonoRail.Framework.Views.Aspx.EventHandlerFactory

Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
CreateActionDelegate ( Type genericEventHandlerType, System.ComponentModel.EventDescriptor eventDescriptor, BindingContext context ) : Delegate

Private Methods

Méthode Description
GetEventHandlerInfo ( Type genericEventHandlerType, Type eventArgType ) : EventHandlerInfo

Method Details

CreateActionDelegate() public méthode

public CreateActionDelegate ( Type genericEventHandlerType, System.ComponentModel.EventDescriptor eventDescriptor, BindingContext context ) : Delegate
genericEventHandlerType System.Type
eventDescriptor System.ComponentModel.EventDescriptor
context BindingContext
Résultat System.Delegate