RaiseChanged Method (IGoLayerCollectionContainer)
In This Topic
This method is called when one of a document's or a view's
layer collection, layer, or object is modified.
Syntax
Parameters
- hint
- identifies the kind of change
- subhint
- identifies a particular kind of change for the
- 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
See Also