Changed Method (GoObject)
In This Topic
Notify this object's document or view that some part of this object's state has been changed, via the
GoDocument.
Changed event and using the
GoChangedEventArgs event args class.
Syntax
Parameters
- subhint
- the value for GoChangedEventArgs.SubHint
- oldI
- An
integer
value. - oldVal
- An
Object
value. - oldRect
- A
RectangleF
value, also useful for PointF
, SizeF
, and float
values. - newI
- An
integer
value. - newVal
- An
Object
value. - newRect
- A
RectangleF
value, also useful for PointF
, SizeF
, and float
values.
See Also