JAMS Developer Guide
GetDefaultEvent Method (ForEachAttachment)


MVPSI.JAMS.Activities Namespace > ForEachAttachment Class : GetDefaultEvent Method
Returns the default event for this instance of a component.
Syntax
'Declaration
 
Public Function GetDefaultEvent() As System.ComponentModel.EventDescriptor
'Usage
 
Dim instance As ForEachAttachment
Dim value As System.ComponentModel.EventDescriptor
 
value = instance.GetDefaultEvent()
public System.ComponentModel.EventDescriptor GetDefaultEvent()

Return Value

TypeDescriptor.GetDefaultEvent(this, attributes, true)
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

ForEachAttachment Class
ForEachAttachment Members