ArcFM Solution Developer Guide
RaiseComponentChanged Method (ColorPickerButtonDesigner)


Syntax
'Declaration
 
Protected Sub RaiseComponentChanged( _
   ByVal member As System.ComponentModel.MemberDescriptor, _
   ByVal oldValue As System.Object, _
   ByVal newValue As System.Object _
) 
'Usage
 
Dim instance As ColorPickerButtonDesigner
Dim member As System.ComponentModel.MemberDescriptor
Dim oldValue As System.Object
Dim newValue As System.Object
 
instance.RaiseComponentChanged(member, oldValue, newValue)
protected void RaiseComponentChanged( 
   System.ComponentModel.MemberDescriptor member,
   System.object oldValue,
   System.object newValue
)

Parameters

member
oldValue
newValue
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ColorPickerButtonDesigner Class
ColorPickerButtonDesigner Members

 

 


Send Comment