C# Class DynamicXaml.AddInvokeHandler

Inheritance: InvokeMemberHandler
Mostra file Open project: flq/XamlTags Class Usage Examples

Public Methods

Method Description
CanHandle ( InvokeContext callContext ) : bool
Handle ( InvokeContext ctx ) : void

Private Methods

Method Description
FailIfIAddChildIsMissing ( InvokeContext ctx ) : void

Method Details

CanHandle() public method

public CanHandle ( InvokeContext callContext ) : bool
callContext InvokeContext
return bool

Handle() public method

public Handle ( InvokeContext ctx ) : void
ctx InvokeContext
return void