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

Syntax

Visual Basic (Declaration)
Private Function ShowCode ( _
	lineNumber As Integer _
) As Boolean Implements IEventBindingService.ShowCode
C#
bool IEventBindingService.ShowCode(
	int lineNumber
)
Visual C++
private:
virtual bool ShowCode(
	int lineNumber
) sealed = IEventBindingService::ShowCode
JavaScript
JavaScript does not support explicit interface implementations.

Parameters

lineNumber
Type: System..::.Int32

Implements

IEventBindingService..::.ShowCode(Int32)

See Also