GoDiagram Web Reference
RaiseChanged Method (IGoLayerCollectionContainer)

identifies the kind of change
identifies a particular kind of change for the hint
helps identify the change
specifies an old/previous integer value
specifies an old/previous object value
specifies an old/previous float, PointF, SizeF, or RectangleF value
specifies a new integer value
specifies a new object value
specifies a new float, PointF, SizeF, or RectangleF value
This method is called when one of a document's or a view's layer collection, layer, or object is modified.
Syntax
'Declaration
 
Sub RaiseChanged( _
   ByVal hint As Integer, _
   ByVal subhint As Integer, _
   ByVal obj As Object, _
   ByVal oldI As Integer, _
   ByVal oldVal As Object, _
   ByVal oldRect As RectangleF, _
   ByVal newI As Integer, _
   ByVal newVal As Object, _
   ByVal newRect As RectangleF _
) 
void RaiseChanged( 
   int hint,
   int subhint,
   object obj,
   int oldI,
   object oldVal,
   RectangleF oldRect,
   int newI,
   object newVal,
   RectangleF newRect
)

Parameters

hint
identifies the kind of change
subhint
identifies a particular kind of change for the hint
obj
helps identify the change
oldI
specifies an old/previous integer value
oldVal
specifies an old/previous object value
oldRect
specifies an old/previous float, PointF, SizeF, or RectangleF value
newI
specifies a new integer value
newVal
specifies a new object value
newRect
specifies a new float, PointF, SizeF, or RectangleF value
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

IGoLayerCollectionContainer Interface
IGoLayerCollectionContainer Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback