DevForce Help Reference
TriggerItem Constructor


The type of object that this TriggerItem is applicable to.
The member name (usually a property name) on the class specified by the pType parameter.
Initializes a new instance of the TriggerItem class.
Syntax
'Declaration
 
Public Function New( _
   ByVal type As Type, _
   ByVal memberName As String _
)
'Usage
 
Dim type As Type
Dim memberName As String
 
Dim instance As New TriggerItem(type, memberName)
public TriggerItem( 
   Type type,
   string memberName
)

Parameters

type
The type of object that this TriggerItem is applicable to.
memberName
The member name (usually a property name) on the class specified by the pType parameter.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TriggerItem Class
TriggerItem Members

Send Feedback