To properly display this page you need a browser with JavaScript support.
Public Event Dragging As MouseEventHandler
Dim instance As MouseDragElementBehavior Dim handler As MouseEventHandler AddHandler instance.Dragging, handler
public event MouseEventHandler Dragging
public: event MouseEventHandler^ Dragging { void add (MouseEventHandler^ value); void remove (MouseEventHandler^ value); }