Click or drag to resize

IMouseEvent Methods

The IMouseEvent type exposes the following members.

Methods
  NameDescription
Public methodPreventDefault
Cancels the event if it is cancelable, without stopping further propagation of the event.
(Inherited from IEvent.)
Public methodStopPropagation
Prevents further propagation of the current event.
(Inherited from IEvent.)
Top
See Also