Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Treasury (in Greatis.FormDesigner.Treasury.dll)

Syntax

Visual Basic (Declaration)
Private Function ShowCode ( _
	component As IComponent, _
	e As EventDescriptor _
) As Boolean Implements IEventBindingService.ShowCode
C#
bool IEventBindingService.ShowCode(
	IComponent component,
	EventDescriptor e
)
Visual C++
private:
virtual bool ShowCode(
	IComponent^ component, 
	EventDescriptor^ e
) sealed = IEventBindingService::ShowCode
JavaScript
JavaScript does not support explicit interface implementations.

Implements

IEventBindingService..::.ShowCode(IComponent, EventDescriptor)

See Also