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