See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Forms.Design
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
public bool FilterEvents(
	IComponent component,
	IDictionary events
)
Visual Basic
Public Function FilterEvents ( 
	component As IComponent,
	events As IDictionary
) As Boolean
Visual C++
public:
virtual bool FilterEvents(
	IComponent^ component, 
	IDictionary^ events
) sealed

Return Value

Type: Boolean

Implements

ITypeDescriptorFilterService..::..FilterEvents(IComponent, IDictionary)

See Also