ArcFM Solution Developer Guide
PositionUpdated Event


Syntax
'Declaration
 
Public Event PositionUpdated As System.EventHandler(Of SizedEventArgs)
'Usage
 
Dim instance As OverlayMoveAdorner
Dim handler As System.EventHandler(Of SizedEventArgs)
 
AddHandler instance.PositionUpdated, handler
public event System.EventHandler<SizedEventArgs> PositionUpdated
Event Data

The event handler receives an argument of type SizedEventArgs containing data related to this event. The following SizedEventArgs properties provide information specific to this event.

PropertyDescription
BoundsGets the bounds.  
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

OverlayMoveAdorner Class
OverlayMoveAdorner Members

 

 


Send Comment