Northwoods.Go Assembly > Northwoods.Go Namespace : GoView Class |
For a list of all members of this type, see GoView members.
Name | Description | |
---|---|---|
![]() | BackColorChanged | (Inherited from System.Windows.Forms.Control) |
![]() | BackgroundContextClicked | The user performed a context click in the background, not over any document object. |
![]() | BackgroundDoubleClicked | The user performed a double click on the background, not over any document object. |
![]() | BackgroundHover | The user hovered over the background, not over any document object. |
![]() | BackgroundImageChanged | (Inherited from System.Windows.Forms.Control) |
![]() | BackgroundImageLayoutChanged | (Inherited from System.Windows.Forms.Control) |
![]() | BackgroundSelectionDropped | The user dropped the view's selection onto the background of the view, not onto any document object. |
![]() | BackgroundSelectionDropReject | The event that is raised during a drag's mouse move over the background; setting the GoInputEventArgs.InputState property to GoInputState.GoInputState.Cancel will reject a drop of the selection at this input event point. |
![]() | BackgroundSingleClicked | The user performed a single click on the background, not over any document object. |
![]() | BindingContextChanged | (Inherited from System.Windows.Forms.Control) |
![]() | CausesValidationChanged | (Inherited from System.Windows.Forms.Control) |
![]() | ChangeUICues | (Inherited from System.Windows.Forms.Control) |
![]() | Click | (Inherited from System.Windows.Forms.Control) |
![]() | ClientSizeChanged | (Inherited from System.Windows.Forms.Control) |
![]() | ClipboardCopied | The event that is raised after the user has copied something into the clipboard from this document. |
![]() | ClipboardPasted | The event that is raised after the user has pasted a copy of the clipboard into this document. |
![]() | ContextMenuStripChanged | (Inherited from System.Windows.Forms.Control) |
![]() | ControlAdded | (Inherited from System.Windows.Forms.Control) |
![]() | ControlRemoved | (Inherited from System.Windows.Forms.Control) |
![]() | CursorChanged | (Inherited from System.Windows.Forms.Control) |
![]() | DockChanged | (Inherited from System.Windows.Forms.Control) |
![]() | DocumentChanged | All GoDocument.Changed events get re-raised through this event, for the convenience of writing event handlers on the document's view. |
![]() | DoubleClick | (Inherited from System.Windows.Forms.Control) |
![]() | DragDrop | (Inherited from System.Windows.Forms.Control) |
![]() | DragEnter | (Inherited from System.Windows.Forms.Control) |
![]() | DragLeave | (Inherited from System.Windows.Forms.Control) |
![]() | DragOver | (Inherited from System.Windows.Forms.Control) |
![]() | EnabledChanged | (Inherited from System.Windows.Forms.Control) |
![]() | Enter | (Inherited from System.Windows.Forms.Control) |
![]() | ExternalObjectsDropped | The event that is raised after the user has dropped a copy of some objects into this document. |
![]() | FontChanged | (Inherited from System.Windows.Forms.Control) |
![]() | ForeColorChanged | (Inherited from System.Windows.Forms.Control) |
![]() | GiveFeedback | (Inherited from System.Windows.Forms.Control) |
![]() | HelpRequested | (Inherited from System.Windows.Forms.Control) |
![]() | ImeModeChanged | (Inherited from System.Windows.Forms.Control) |
![]() | KeyDown | (Inherited from System.Windows.Forms.Control) |
![]() | KeyPress | (Inherited from System.Windows.Forms.Control) |
![]() | KeyUp | (Inherited from System.Windows.Forms.Control) |
![]() | Layout | (Inherited from System.Windows.Forms.Control) |
![]() | Leave | (Inherited from System.Windows.Forms.Control) |
![]() | LinkCreated | The event that is raised after the user draws a new link. |
![]() | LinkRelinked | The event that is raised after the user reconnects an existing link. |
![]() | LocationChanged | (Inherited from System.Windows.Forms.Control) |
![]() | MarginChanged | (Inherited from System.Windows.Forms.Control) |
![]() | MouseCaptureChanged | (Inherited from System.Windows.Forms.Control) |
![]() | MouseClick | (Inherited from System.Windows.Forms.Control) |
![]() | MouseDoubleClick | (Inherited from System.Windows.Forms.Control) |
![]() | MouseDown | (Inherited from System.Windows.Forms.Control) |
![]() | MouseEnter | (Inherited from System.Windows.Forms.Control) |
![]() | MouseHover | (Inherited from System.Windows.Forms.Control) |
![]() | MouseLeave | (Inherited from System.Windows.Forms.Control) |
![]() | MouseMove | (Inherited from System.Windows.Forms.Control) |
![]() | MouseUp | (Inherited from System.Windows.Forms.Control) |
![]() | Move | (Inherited from System.Windows.Forms.Control) |
![]() | ObjectContextClicked | A document object was context clicked by the user. |
![]() | ObjectDoubleClicked | A document object was double clicked by the user. |
![]() | ObjectEdited | The event that is raised after the user finishes editing an object. |
![]() | ObjectEnterLeave | The mouse entered and/or left a document object, when no particular tool is running (a mouse-over) or when dragging. |
![]() | ObjectGotSelection | The event that is raised when an object gets added to this view's selection. |
![]() | ObjectHover | A document object was hovered over by the user. |
![]() | ObjectLostSelection | The event that is raised when an object is removed from this view's selection. |
![]() | ObjectResized | The event that is raised after the user finishes resizing an object. |
![]() | ObjectSelectionDropped | The user dropped the view's Selection onto a document object. |
![]() | ObjectSelectionDropReject | The event that is raised during a drag's mouse over a document object; setting the GoInputEventArgs.InputState property to GoInputState.GoInputState.Cancel will reject a drop of the selection at this input event point. |
![]() | ObjectSingleClicked | A document object was single clicked by the user. |
![]() | PaddingChanged | (Inherited from System.Windows.Forms.Control) |
![]() | Paint | (Inherited from System.Windows.Forms.Control) |
![]() | ParentChanged | (Inherited from System.Windows.Forms.Control) |
![]() | PreviewKeyDown | (Inherited from System.Windows.Forms.Control) |
![]() | PropertyChanged | Rather than having separate events whenever any view property changed, all such notifications occur through this single event. |
![]() | QueryAccessibilityHelp | (Inherited from System.Windows.Forms.Control) |
![]() | QueryContinueDrag | (Inherited from System.Windows.Forms.Control) |
![]() | RegionChanged | (Inherited from System.Windows.Forms.Control) |
![]() | Resize | (Inherited from System.Windows.Forms.Control) |
![]() | RightToLeftChanged | (Inherited from System.Windows.Forms.Control) |
![]() | SelectionCopied | The event that is raised after the user has copied the selection. |
![]() | SelectionDeleted | The event that is raised after the user has deleted the selected objects. |
![]() | SelectionDeleting | The cancellable event that is raised just before the user has deleted the selected objects. |
![]() | SelectionFinished | The event that is raised after a number of objects are selected or de-selected. |
![]() | SelectionMoved | The event that is raised after the user has finished moving the selection. |
![]() | SelectionStarting | The event that is raised before a number of objects are selected or de-selected. |
![]() | SizeChanged | (Inherited from System.Windows.Forms.Control) |
![]() | StyleChanged | (Inherited from System.Windows.Forms.Control) |
![]() | SystemColorsChanged | (Inherited from System.Windows.Forms.Control) |
![]() | TabIndexChanged | (Inherited from System.Windows.Forms.Control) |
![]() | TabStopChanged | (Inherited from System.Windows.Forms.Control) |
![]() | TextChanged | (Inherited from System.Windows.Forms.Control) |
![]() | Validated | (Inherited from System.Windows.Forms.Control) |
![]() | Validating | (Inherited from System.Windows.Forms.Control) |
![]() | VisibleChanged | (Inherited from System.Windows.Forms.Control) |