csShared.Controls.Popups.MapCallOut.MapCallOutViewModel.Drag C# (CSharp) Méthode

Drag() public méthode

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