csShared.Controls.Popups.MapCallOut.MapCallOutViewModel.Drag C# (CSharp) Method

Drag() public method

public Drag ( object sender, CallOutAction context, EventArgs e ) : void
sender object
context CallOutAction
e System.EventArgs
return void
        public void Drag(object sender, CallOutAction context, EventArgs e)
        {
            if (context.IsDraggable)
            {
                context.TriggerDragStart(sender, e);
            }
        }