JAMS Developer Guide
AddValueChanged Method (PSWrapperGenericPropertyDescriptor)


MVPSI.JAMS.Activities.PowerShell Namespace > PSWrapperGenericPropertyDescriptor Class : AddValueChanged Method
Syntax
'Declaration
 
Public Overridable Sub AddValueChanged( _
   ByVal component As System.Object, _
   ByVal handler As System.EventHandler _
) 
'Usage
 
Dim instance As PSWrapperGenericPropertyDescriptor
Dim component As System.Object
Dim handler As System.EventHandler
 
instance.AddValueChanged(component, handler)
public virtual void AddValueChanged( 
   System.object component,
   System.EventHandler handler
)

Parameters

component
handler
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

PSWrapperGenericPropertyDescriptor Class
PSWrapperGenericPropertyDescriptor Members