Heureka API .NET Documentation
AddEventHandlers(UndoablePropertyChangedBase) Method



Adds event handlers for an expandable property
Syntax
'Declaration
 
Protected Overloads Sub AddEventHandlers( _
   ByVal expandableProperty As UndoablePropertyChangedBase _
) 
'Usage
 
Dim instance As ControlTable
Dim expandableProperty As UndoablePropertyChangedBase
 
instance.AddEventHandlers(expandableProperty)
protected void AddEventHandlers( 
   UndoablePropertyChangedBase expandableProperty
)
protected:
void AddEventHandlers( 
   UndoablePropertyChangedBase^ expandableProperty
) 

Parameters

expandableProperty
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

ControlTable Class
ControlTable Members
Overload List

Send Feedback