Events

IPublishMouseEvents Interface Members

The following tables list the members exposed by IPublishMouseEvents.

Public Events
 NameDescription
 Event Occurs when the KeyDown event occurs on this element  
 Event Occurs when the KeyUp event occurs on this element  
 Event Occurs when the mouse pointer leaves the bounds of this element  
 EventOccurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet) while the mouse pointer is over a System.Windows.UIElement.  
 EventOccurs when the left mouse button is released (or the tip of the stylus is removed from the tablet) while the mouse (or the stylus) is over a System.Windows.UIElement (or while a System.Windows.UIElement holds mouse capture).  
 EventOccurs when the middle mouse button is pressed while the mouse pointer is over a System.Windows.UIElement.  
 EventOccurs when the middle mouse button is released while the mouse pointer is over a System.Windows.UIElement. However, this event will only be raised if a caller marks the preceding System.Windows.UIElement.MouseRightButtonDown event as handled; see Remarks.  
 EventOccurs when the coordinate position of the mouse (or stylus) changes while over a System.Windows.UIElement (or while a System.Windows.UIElement holds mouse capture).  
 EventOccurs when the right mouse button is pressed while the mouse pointer is over a System.Windows.UIElement.  
 EventOccurs when the right mouse button is released while the mouse pointer is over a System.Windows.UIElement. However, this event will only be raised if a caller marks the preceding System.Windows.UIElement.MouseRightButtonDown event as handled; see Remarks.  
 EventOccurs when the user rotates the mouse wheel while the mouse pointer is over a System.Windows.UIElement, or the System.Windows.UIElement has focus.  
Top
See Also