JAMS Developer Guide
OnValueChanged Method (PSWrapperPropertyDescriptor)


MVPSI.JAMS.Activities.PowerShell Namespace > PSWrapperPropertyDescriptor Class : OnValueChanged Method
Syntax
'Declaration
 
Protected Overridable Sub OnValueChanged( _
   ByVal component As System.Object, _
   ByVal e As System.EventArgs _
) 
'Usage
 
Dim instance As PSWrapperPropertyDescriptor
Dim component As System.Object
Dim e As System.EventArgs
 
instance.OnValueChanged(component, e)
protected virtual void OnValueChanged( 
   System.object component,
   System.EventArgs e
)

Parameters

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

PSWrapperPropertyDescriptor Class
PSWrapperPropertyDescriptor Members