GoDiagram Web Reference
RaiseChanged Method (GoDocument)

Any change to a document or to a part of a document may call this method to invoke the OnChanged method, after the change has occurred.
Syntax
'Declaration
 
Public Overridable 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 _
) 
public virtual void RaiseChanged( 
   int hint,
   int subhint,
   object obj,
   int oldI,
   object oldVal,
   RectangleF oldRect,
   int newI,
   object newVal,
   RectangleF newRect
)

Parameters

hint
subhint
obj
oldI
oldVal
oldRect
newI
newVal
newRect
Remarks

This implementation tries to reuse a GoChangedEventArgs instance that it initializes with the information in the parameters before calling OnChanged. This method is often called by Changed.

GoDocument
RepaintAll 100
BeginUpdateAllViews 101
EndUpdateAllViews 102
UpdateAllViews 103
StartedTransaction 104
FinishedTransaction 105
AbortedTransaction 106
StartingUndo 107
FinishedUndo 108
StartingRedo 109
FinishedRedo 110
ChangedName 201
ChangedSize 202
ChangedTopLeft 203
ChangedFixedSize 204
ChangedPaperColor 205
ChangedDataFormat 206
ChangedAllowSelect 207
ChangedAllowMove 208
ChangedAllowCopy 209
ChangedAllowResize 210
ChangedAllowReshape 211
ChangedAllowDelete 212
ChangedAllowInsert 213
ChangedAllowLink 214
ChangedAllowEdit 215
AllArranged 220
ChangedUserFlags 221
ChangedUserObject 222
ChangedLinksLayer 223
ChangedMaintainsPartID 224
ChangedValidCycle 225
ChangedLastPartID 226
ChangedRoutingTime 228
ChangedInitializing 241
LastHint 10000
GoLayerCollection
GoLayerCollection.InsertedLayer 801
GoLayerCollection.RemovedLayer 802
GoLayerCollection.MovedLayer 803
GoLayerCollection.ChangedDefault 804
GoLayer
GoLayer.ChangedObject 901 See also the GoObject.Changed method: Changed
GoLayer.InsertedObject 902
GoLayer.RemovedObject 903
GoLayer.ChangedObjectLayer 904
GoLayer.ChangedAllowView 910
GoLayer.ChangedAllowSelect 911
GoLayer.ChangedAllowMove 912
GoLayer.ChangedAllowCopy 913
GoLayer.ChangedAllowResize 914
GoLayer.ChangedAllowReshape 915
GoLayer.ChangedAllowDelete 916
GoLayer.ChangedAllowInsert 917
GoLayer.ChangedAllowLink 918
GoLayer.ChangedAllowEdit 919
GoLayer.ChangedAllowPrint 920
GoLayer.ChangedIdentifier 930
Please note that this list may not be complete--in fact you are encouraged to add new subhints for your own properties and other changes.

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

GoDocument Class
GoDocument Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback