Northwoods.Go Assembly > Northwoods.Go Namespace : GoDocument Class |
For a list of all members of this type, see GoDocument members.
Name | Description | |
---|---|---|
AbortedTransaction | This is a RaiseChanged hint, called by AbortTransaction just after a call to GoUndoManager.GoUndoManager.AbortTransaction. | |
AllArranged | This is a RaiseChanged hint. | |
BeginUpdateAllViews | This is a RaiseChanged hint to tell all of the GoViews on this document to call GoView.BeginUpdate. | |
ChangedAllowCopy | This is a RaiseChanged hint identifying changes to the value of the AllowCopy property. | |
ChangedAllowDelete | This is a RaiseChanged hint identifying changes to the value of the AllowDelete property. | |
ChangedAllowEdit | This is a RaiseChanged hint identifying changes to the value of the AllowEdit property. | |
ChangedAllowInsert | This is a RaiseChanged hint identifying changes to the value of the AllowInsert property. | |
ChangedAllowLink | This is a RaiseChanged hint identifying changes to the value of the AllowLink property. | |
ChangedAllowMove | This is a RaiseChanged hint identifying changes to the value of the AllowMove property. | |
ChangedAllowReshape | This is a RaiseChanged hint identifying changes to the value of the AllowReshape property. | |
ChangedAllowResize | This is a RaiseChanged hint identifying changes to the value of the AllowResize property. | |
ChangedAllowSelect | This is a RaiseChanged hint identifying changes to the value of the AllowSelect property. | |
ChangedDataFormat | This is a RaiseChanged hint identifying changes to the value of the DataFormat property. | |
ChangedFixedSize | This is a RaiseChanged hint identifying changes to the value of the FixedSize property. | |
ChangedInitializing | This is a RaiseChanged hint identifying changes to the value of the Initializing property. | |
ChangedLastPartID | This is a RaiseChanged hint identifying changes to the value of the LastPartID property. | |
ChangedLinksLayer | This is a RaiseChanged hint identifying changes to the value of the LinksLayer property. | |
ChangedMaintainsPartID | This is a RaiseChanged hint identifying changes to the value of the MaintainsPartID property. | |
ChangedName | This is a RaiseChanged hint identifying changes to the value of the Name property. | |
ChangedObject | This RaiseChanged hint is a synonym for GoLayer.GoLayer.ChangedObject. | |
ChangedPaperColor | This is a RaiseChanged hint identifying changes to the value of the PaperColor property. | |
ChangedRoutingTime | This is a RaiseChanged hint identifying changes to the value of the RoutingTime property. | |
ChangedSize | This is a RaiseChanged hint identifying changes to the value of the Size property. | |
ChangedTopLeft | This is a RaiseChanged hint identifying changes to the value of the TopLeft property. | |
ChangedUserFlags | This is a RaiseChanged hint identifying changes to the value of the UserFlags property. | |
ChangedUserObject | This is a RaiseChanged hint identifying changes to the value of the UserObject property. | |
ChangedValidCycle | This is a RaiseChanged hint identifying changes to the value of the ValidCycle property. | |
EndUpdateAllViews | This is a RaiseChanged hint to tell all of the GoViews on this document to call GoView.EndUpdate. | |
FinishedRedo | This is a RaiseChanged hint, called by Redo just after a call to GoUndoManager.GoUndoManager.Redo. | |
FinishedTransaction | This is a RaiseChanged hint called by FinishTransaction just after a call to GoUndoManager.GoUndoManager.FinishTransaction. | |
FinishedUndo | This is a RaiseChanged hint, called by Undo just after a call to GoUndoManager.GoUndoManager.Undo. | |
LastHint | This is the last system-defined RaiseChanged hint. | |
RepaintAll | This is a RaiseChanged hint to tell all of the GoViews on this document to call GoView.UpdateView. | |
StartedTransaction | This is a RaiseChanged hint, called by StartTransaction just after a call to GoUndoManager.GoUndoManager.StartTransaction. | |
StartingRedo | This is a RaiseChanged hint, called by Redo just before a call to GoUndoManager.GoUndoManager.Redo. | |
StartingUndo | This is a RaiseChanged hint, called by Undo just before a call to GoUndoManager.GoUndoManager.Undo. | |
UpdateAllViews | This is a RaiseChanged hint to tell all of the GoViews on this document to call Control.Update . |
Name | Description | |
---|---|---|
NullRect | This is an empty RectangleF , which is convenient when calling RaiseChanged. |