C# Class DynamicXaml.AddInvokeHandler

Inheritance: InvokeMemberHandler
Afficher le fichier Open project: flq/XamlTags Class Usage Examples

Méthodes publiques

Méthode Description
CanHandle ( InvokeContext callContext ) : bool
Handle ( InvokeContext ctx ) : void

Private Methods

Méthode Description
FailIfIAddChildIsMissing ( InvokeContext ctx ) : void

Method Details

CanHandle() public méthode

public CanHandle ( InvokeContext callContext ) : bool
callContext InvokeContext
Résultat bool

Handle() public méthode

public Handle ( InvokeContext ctx ) : void
ctx InvokeContext
Résultat void