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
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 |
Parameters
- component
- Type: System.ComponentModel..::..IComponent
- events
- Type: System.Collections..::..IDictionary