GoDiagram Win Reference
GoView Class Events


For a list of all members of this type, see GoView members.

Public Events
 NameDescription
Public EventBackColorChangedOccurs when the value of the System.Windows.Forms.Control.BackColor property changes. (Inherited from System.Windows.Forms.Control)
Public EventBackgroundContextClickedThe user performed a context click in the background, not over any document object.  
Public EventBackgroundDoubleClickedThe user performed a double click on the background, not over any document object.  
Public EventBackgroundHoverThe user hovered over the background, not over any document object.  
Public EventBackgroundImageChangedOccurs when the value of the System.Windows.Forms.Control.BackgroundImage property changes. (Inherited from System.Windows.Forms.Control)
Public EventBackgroundImageLayoutChangedOccurs when the System.Windows.Forms.Control.BackgroundImageLayout property changes. (Inherited from System.Windows.Forms.Control)
Public EventBackgroundSelectionDroppedThe user dropped the view's selection onto the background of the view, not onto any document object.  
Public EventBackgroundSelectionDropRejectThe 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.  
Public EventBackgroundSingleClickedThe user performed a single click on the background, not over any document object.  
Public EventBindingContextChangedOccurs when the value of the System.Windows.Forms.BindingContext property changes. (Inherited from System.Windows.Forms.Control)
Public EventCausesValidationChangedOccurs when the value of the System.Windows.Forms.Control.CausesValidation property changes. (Inherited from System.Windows.Forms.Control)
Public EventChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. (Inherited from System.Windows.Forms.Control)
Public EventClickOccurs when the control is clicked. (Inherited from System.Windows.Forms.Control)
Public EventClientSizeChangedOccurs when the value of the System.Windows.Forms.Control.ClientSize property changes. (Inherited from System.Windows.Forms.Control)
Public EventClipboardCopiedThe event that is raised after the user has copied something into the clipboard from this document.  
Public EventClipboardPastedThe event that is raised after the user has pasted a copy of the clipboard into this document.  
Public EventContextMenuStripChangedOccurs when the value of the System.Windows.Forms.Control.ContextMenuStrip property changes. (Inherited from System.Windows.Forms.Control)
Public EventControlAddedOccurs when a new control is added to the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
Public EventControlRemovedOccurs when a control is removed from the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
Public EventCursorChangedOccurs when the value of the System.Windows.Forms.Control.Cursor property changes. (Inherited from System.Windows.Forms.Control)
Public EventDockChangedOccurs when the value of the System.Windows.Forms.Control.Dock property changes. (Inherited from System.Windows.Forms.Control)
Public EventDocumentChangedAll GoDocument.Changed events get re-raised through this event, for the convenience of writing event handlers on the document's view.  
Public EventDoubleClickOccurs when the control is double-clicked. (Inherited from System.Windows.Forms.Control)
Public EventDragDropOccurs when a drag-and-drop operation is completed. (Inherited from System.Windows.Forms.Control)
Public EventDragEnterOccurs when an object is dragged into the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventDragLeaveOccurs when an object is dragged out of the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventDragOverOccurs when an object is dragged over the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventEnabledChangedOccurs when the System.Windows.Forms.Control.Enabled property value has changed. (Inherited from System.Windows.Forms.Control)
Public EventEnterOccurs when the control is entered. (Inherited from System.Windows.Forms.Control)
Public EventExternalObjectsDroppedThe event that is raised after the user has dropped a copy of some objects into this document.  
Public EventFontChangedOccurs when the System.Windows.Forms.Control.Font property value changes. (Inherited from System.Windows.Forms.Control)
Public EventForeColorChangedOccurs when the System.Windows.Forms.Control.ForeColor property value changes. (Inherited from System.Windows.Forms.Control)
Public EventGiveFeedbackOccurs during a drag operation. (Inherited from System.Windows.Forms.Control)
Public EventHelpRequestedOccurs when the user requests help for a control. (Inherited from System.Windows.Forms.Control)
Public EventImeModeChangedOccurs when the System.Windows.Forms.Control.ImeMode property has changed. (Inherited from System.Windows.Forms.Control)
Public EventKeyDownOccurs when a key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventKeyPressOccurs when a character. space or backspace key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventKeyUpOccurs when a key is released while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventLayoutOccurs when a control should reposition its child controls. (Inherited from System.Windows.Forms.Control)
Public EventLeaveOccurs when the input focus leaves the control. (Inherited from System.Windows.Forms.Control)
Public EventLinkCreatedThe event that is raised after the user draws a new link.  
Public EventLinkRelinkedThe event that is raised after the user reconnects an existing link.  
Public EventLocationChangedOccurs when the System.Windows.Forms.Control.Location property value has changed. (Inherited from System.Windows.Forms.Control)
Public EventMarginChangedOccurs when the control's margin changes. (Inherited from System.Windows.Forms.Control)
Public EventMouseCaptureChangedOccurs when the control loses mouse capture. (Inherited from System.Windows.Forms.Control)
Public EventMouseClickOccurs when the control is clicked by the mouse. (Inherited from System.Windows.Forms.Control)
Public EventMouseDoubleClickOccurs when the control is double clicked by the mouse. (Inherited from System.Windows.Forms.Control)
Public EventMouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. (Inherited from System.Windows.Forms.Control)
Public EventMouseEnterOccurs when the mouse pointer enters the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseHoverOccurs when the mouse pointer rests on the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseLeaveOccurs when the mouse pointer leaves the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseMoveOccurs when the mouse pointer is moved over the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseUpOccurs when the mouse pointer is over the control and a mouse button is released. (Inherited from System.Windows.Forms.Control)
Public EventMoveOccurs when the control is moved. (Inherited from System.Windows.Forms.Control)
Public EventObjectContextClickedA document object was context clicked by the user.  
Public EventObjectDoubleClickedA document object was double clicked by the user.  
Public EventObjectEditedThe event that is raised after the user finishes editing an object.  
Public EventObjectEnterLeaveThe mouse entered and/or left a document object, when no particular tool is running (a mouse-over) or when dragging.  
Public EventObjectGotSelectionThe event that is raised when an object gets added to this view's selection.  
Public EventObjectHoverA document object was hovered over by the user.  
Public EventObjectLostSelectionThe event that is raised when an object is removed from this view's selection.  
Public EventObjectResizedThe event that is raised after the user finishes resizing an object.  
Public EventObjectSelectionDroppedThe user dropped the view's Selection onto a document object.  
Public EventObjectSelectionDropRejectThe 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.  
Public EventObjectSingleClickedA document object was single clicked by the user.  
Public EventPaddingChangedOccurs when the control's padding changes. (Inherited from System.Windows.Forms.Control)
Public EventPaintOccurs when the control is redrawn. (Inherited from System.Windows.Forms.Control)
Public EventParentChangedOccurs when the System.Windows.Forms.Control.Parent property value changes. (Inherited from System.Windows.Forms.Control)
Public EventPreviewKeyDownOccurs before the System.Windows.Forms.Control.KeyDown event when a key is pressed while focus is on this control. (Inherited from System.Windows.Forms.Control)
Public EventPropertyChangedRather than having separate events whenever any view property changed, all such notifications occur through this single event.  
Public EventQueryAccessibilityHelpOccurs when System.Windows.Forms.AccessibleObject is providing help to accessibility applications. (Inherited from System.Windows.Forms.Control)
Public EventQueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (Inherited from System.Windows.Forms.Control)
Public EventRegionChangedOccurs when the value of the System.Windows.Forms.Control.Region property changes. (Inherited from System.Windows.Forms.Control)
Public EventResizeOccurs when the control is resized. (Inherited from System.Windows.Forms.Control)
Public EventRightToLeftChangedOccurs when the System.Windows.Forms.Control.RightToLeft property value changes. (Inherited from System.Windows.Forms.Control)
Public EventSelectionCopiedThe event that is raised after the user has copied the selection.  
Public EventSelectionDeletedThe event that is raised after the user has deleted the selected objects.  
Public EventSelectionDeletingThe cancellable event that is raised just before the user has deleted the selected objects.  
Public EventSelectionFinishedThe event that is raised after a number of objects are selected or de-selected.  
Public EventSelectionMovedThe event that is raised after the user has finished moving the selection.  
Public EventSelectionStartingThe event that is raised before a number of objects are selected or de-selected.  
Public EventSizeChangedOccurs when the System.Windows.Forms.Control.Size property value changes. (Inherited from System.Windows.Forms.Control)
Public EventStyleChangedOccurs when the control style changes. (Inherited from System.Windows.Forms.Control)
Public EventSystemColorsChangedOccurs when the system colors change. (Inherited from System.Windows.Forms.Control)
Public EventTabIndexChangedOccurs when the System.Windows.Forms.Control.TabIndex property value changes. (Inherited from System.Windows.Forms.Control)
Public EventTabStopChangedOccurs when the System.Windows.Forms.Control.TabStop property value changes. (Inherited from System.Windows.Forms.Control)
Public EventTextChangedOccurs when the System.Windows.Forms.Control.Text property value changes. (Inherited from System.Windows.Forms.Control)
Public EventValidatedOccurs when the control is finished validating. (Inherited from System.Windows.Forms.Control)
Public EventValidatingOccurs when the control is validating. (Inherited from System.Windows.Forms.Control)
Public EventVisibleChangedOccurs when the System.Windows.Forms.Control.Visible property value changes. (Inherited from System.Windows.Forms.Control)
Top
See Also

Reference

GoView Class
Northwoods.Go Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback