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

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

Méthodes protégées

Méthode Description
AbstractEventScope ( BindingContext context ) : System

Initializes a new instance of the AbstractEventScope class.

DispatchAction ( object source, EventArgs e ) : void

Dispatches the action.

DispatchAction ( object source, EventArgs e, string action ) : void

Dispatches the action.

ResolveSymbol ( string symbol ) : object

Resolves the symbol.

Private Methods

Méthode Description
PushEventScope ( object source, EventArgs e ) : void

Pushes the event scope.

Method Details

AbstractEventScope() protected méthode

Initializes a new instance of the AbstractEventScope class.
protected AbstractEventScope ( BindingContext context ) : System
context BindingContext The context.
Résultat System

DispatchAction() protected méthode

Dispatches the action.
protected DispatchAction ( object source, EventArgs e ) : void
source object The source.
e System.EventArgs The instance containing the event data.
Résultat void

DispatchAction() protected méthode

Dispatches the action.
protected DispatchAction ( object source, EventArgs e, string action ) : void
source object The source.
e System.EventArgs The instance containing the event data.
action string The action.
Résultat void

ResolveSymbol() protected méthode

Resolves the symbol.
protected ResolveSymbol ( string symbol ) : object
symbol string The symbol.
Résultat object